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

Unified Diff: impl/memory/info.go

Issue 2028423002: Add DefaultVersionHostname to impl/memory/info. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/gae@getnotxn
Patch Set: example.com Created 4 years, 7 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 fc1b2bf055cd2fa990e5720f6d84324dff831bcf..d5c0313b55a967fba7f8a19502295ab7a4330521 100644
--- a/impl/memory/info.go
+++ b/impl/memory/info.go
@@ -106,6 +106,10 @@ func (gi *giImpl) FullyQualifiedAppID() string {
return gi.fqAppID
}
+func (gi *giImpl) DefaultVersionHostname() string {
+ return fmt.Sprintf("%s.example.com", gi.appID)
+}
+
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