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/dummy/dummy.go

Issue 1289323002: Fix miscellaneous prod bugs. (Closed) Base URL: https://github.com/luci/gae@master
Patch Set: Probe cache! 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 | « filter/count/gi.go ('k') | impl/memory/info.go » ('j') | impl/prod/info.go » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: impl/dummy/dummy.go
diff --git a/impl/dummy/dummy.go b/impl/dummy/dummy.go
index e5b11185dde97f35e546ec398c911df0ffbf27a1..ffec38f4afe9fd016f0c3e64bd5ca532329f9f3d 100644
--- a/impl/dummy/dummy.go
+++ b/impl/dummy/dummy.go
@@ -131,7 +131,8 @@ func TaskQueue() taskqueue.RawInterface { return dummyTQInst }
type i struct{}
func (i) AccessToken(scopes ...string) (token string, expiry time.Time, err error) { panic(ni()) }
-func (i) AppID() string { return "dummy~appid" }
+func (i) AppID() string { return "appid" }
+func (i) FullyQualifiedAppID() string { return "dummy~appid" }
func (i) GetNamespace() string { return "dummy-namespace" }
func (i) ModuleHostname(module, version, instance string) (string, error) { panic(ni()) }
func (i) ModuleName() string { panic(ni()) }
« no previous file with comments | « filter/count/gi.go ('k') | impl/memory/info.go » ('j') | impl/prod/info.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698