Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(319)

Unified Diff: impl/dummy/doc.go

Issue 1243323002: Refactor a bit. (Closed) Base URL: https://github.com/luci/gae.git@master
Patch Set: fix golint Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « helper/serialize_test.go ('k') | impl/dummy/dummy.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: impl/dummy/doc.go
diff --git a/dummy/doc.go b/impl/dummy/doc.go
similarity index 86%
rename from dummy/doc.go
rename to impl/dummy/doc.go
index 426727e8210fb02ad8b2c92cdc4b5e95c6700c6d..e1e723e6fff829192816d86595ebbefb2862c835 100644
--- a/dummy/doc.go
+++ b/impl/dummy/doc.go
@@ -3,11 +3,10 @@
// found in the LICENSE file.
// Package dummy comtains dummy implementations of:
-// * gae.RawDatastore
-// * gae.Memcache
-// * gae.TaskQueue
-// * gae.GlobalInfo
-// * gae.DSQuery
+// * datastore.Interface
+// * memcache.Interface
+// * taskqueue.Interface
+// * info.Interface
//
// These dummy implementations panic with an appropriate error message when
// any of their methods are called. The message looks something like:
« no previous file with comments | « helper/serialize_test.go ('k') | impl/dummy/dummy.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698