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

Unified Diff: service/info/interface.go

Issue 1253263002: Make rawdatastore API safer for writing filters. (Closed) Base URL: https://github.com/luci/gae.git@master
Patch Set: avoid dummy callbacks Created 5 years, 5 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
Index: service/info/interface.go
diff --git a/service/info/interface.go b/service/info/interface.go
index dcbb345a7a6c632341ee207178ea1bdc812739d8..6158d98f7bcdb3096ae99dccc6649884272d6abc 100644
--- a/service/info/interface.go
+++ b/service/info/interface.go
@@ -14,6 +14,8 @@ import (
// would be in the 'appengine' package.
type Interface interface {
AppID() string
+ GetNamespace() string
+
Datacenter() string
DefaultVersionHostname() string
InstanceID() string

Powered by Google App Engine
This is Rietveld 408576698