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

Unified Diff: impl/memory/info.go

Issue 1289323002: Fix miscellaneous prod bugs. (Closed) Base URL: https://github.com/luci/gae@master
Patch Set: Rebase. 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/dummy/dummy.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/memory/info.go
diff --git a/impl/memory/info.go b/impl/memory/info.go
index ea15b88553ed261044aff68e5f49c5e62efe708e..7654694fc58d36d2a4542dae6ec674515fd5236e 100644
--- a/impl/memory/info.go
+++ b/impl/memory/info.go
@@ -64,3 +64,7 @@ func (gi *giImpl) Namespace(ns string) (ret context.Context, err error) {
func (gi *giImpl) AppID() string {
return globalAppID
}
+
+func (gi *giImpl) FullyQualifiedAppID() string {
+ return globalAppID
+}
« no previous file with comments | « impl/dummy/dummy.go ('k') | impl/prod/datastore_key.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698