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

Unified Diff: impl/prod/context.go

Issue 1259593005: Add 'user friendly' datastore API. (Closed) Base URL: https://github.com/luci/gae.git@master
Patch Set: more docs Created 5 years, 4 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/raw_datastore_test.go ('k') | impl/prod/raw_datastore.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 6193547f90ce4d610b2755500fe35fffb9e9bf60..fe060335b4921a0899ec9aa36cbd10edc3378ac5 100644
--- a/impl/prod/context.go
+++ b/impl/prod/context.go
@@ -15,7 +15,7 @@ import (
// using the existing context obtained by appengine.NewContext.
//
// The services added are:
-// - github.com/luci/gae/service/rawdatastore
+// - github.com/luci/gae/service/datastore
// - github.com/luci/gae/service/taskqueue
// - github.com/luci/gae/service/memcache
// - github.com/luci/gae/service/info
@@ -30,7 +30,7 @@ func Use(c context.Context) context.Context {
// Use adds production implementations for all the gae services to the context.
//
// The services added are:
-// - github.com/luci/gae/service/rawdatastore
+// - github.com/luci/gae/service/datastore
// - github.com/luci/gae/service/taskqueue
// - github.com/luci/gae/service/memcache
// - github.com/luci/gae/service/info
« no previous file with comments | « impl/memory/raw_datastore_test.go ('k') | impl/prod/raw_datastore.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698