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/memory/info.go

Issue 1347813003: Add IsDevAppServer implementation to impl/memory. (Closed) Base URL: https://github.com/luci/gae.git@master
Patch Set: Created 5 years, 3 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 | « no previous file | no next file » | 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 7654694fc58d36d2a4542dae6ec674515fd5236e..a52d02ab5d7c82ecc33949f173150deb1b2c6427 100644
--- a/impl/memory/info.go
+++ b/impl/memory/info.go
@@ -68,3 +68,7 @@ func (gi *giImpl) AppID() string {
func (gi *giImpl) FullyQualifiedAppID() string {
return globalAppID
}
+
+func (gi *giImpl) IsDevAppServer() bool {
+ return true
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698