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

Unified Diff: impl/prod/context.go

Issue 1355783002: Refactor keys and queries in datastore service and implementation. (Closed) Base URL: https://github.com/luci/gae.git@master
Patch Set: appease errcheck Created 5 years, 3 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 | « impl/memory/testing_utils_test.go ('k') | impl/prod/datastore_key.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: impl/prod/context.go
diff --git a/impl/prod/context.go b/impl/prod/context.go
index 7605887e2a99b518f79428e3c508dd9b4c6918a1..fe329005b9289a67a0d93a2e334b45570ab1aad2 100644
--- a/impl/prod/context.go
+++ b/impl/prod/context.go
@@ -28,8 +28,8 @@ func Use(c context.Context) context.Context {
return useURLFetch(useRDS(useMC(useTQ(useGI(c)))))
}
-// UseRequest adds production implementations for all the gae services
-// to the context.
+// UseRequest adds production implementations for all the gae services to the
+// context.
//
// The services added are:
// - github.com/luci/gae/service/datastore
« no previous file with comments | « impl/memory/testing_utils_test.go ('k') | impl/prod/datastore_key.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698