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

Unified Diff: service/info/interface.go

Issue 1916463004: impl/memory: Disallow empty namespace. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/gae@master
Patch Set: Rbase. Created 4 years, 8 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/datastore_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 c138afa5854290ea0fcda2b2ff6b797045137029..811726af0d64ab9b741444ec98ce5bd1e3122819 100644
--- a/service/info/interface.go
+++ b/service/info/interface.go
@@ -15,7 +15,7 @@ import (
type Interface interface {
AppID() string
FullyQualifiedAppID() string
- GetNamespace() string
+ GetNamespace() (string, bool)
Datacenter() string
DefaultVersionHostname() string
« no previous file with comments | « service/datastore/datastore_test.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698