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

Unified Diff: impl/memory/info.go

Issue 1403873002: Add VersionID to impl/memory info service implementation (Closed) Base URL: https://github.com/luci/gae.git@master
Patch Set: Created 5 years, 2 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 4f8fb8b43aef0a1fba518ad290ebbeedbddc4bac..811e586c3ebdb459bef06e20e4a2fc0ec32ac9de 100644
--- a/impl/memory/info.go
+++ b/impl/memory/info.go
@@ -67,3 +67,9 @@ func (gi *giImpl) FullyQualifiedAppID() string {
func (gi *giImpl) IsDevAppServer() bool {
return true
}
+
+func (gi *giImpl) VersionID() string {
+ // VersionID returns X.Y where Y is autogenerated by appengine, and X is
+ // whatever's in app.yaml.
+ return "testVersionID.1"
+}
« 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