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

Unified Diff: service/info/interface.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 | « service/datastore/properties_test.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: service/info/interface.go
diff --git a/service/info/interface.go b/service/info/interface.go
index 6158d98f7bcdb3096ae99dccc6649884272d6abc..b6f58cae61297c0c2c65596cd768b01fe02b3c3f 100644
--- a/service/info/interface.go
+++ b/service/info/interface.go
@@ -14,6 +14,7 @@ import (
// would be in the 'appengine' package.
type Interface interface {
AppID() string
+ FullyQualifiedAppID() string
GetNamespace() string
Datacenter() string
« no previous file with comments | « service/datastore/properties_test.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698