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

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: 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..c4d5950efe4857f5a1a8c34d5445b92ee6374ac1 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.appspot.com", gi.appID)
dnj (Google) 2016/06/02 04:07:11 WDYT about using "example.com"-style domain here?
iannucci 2016/06/02 22:34:58 good call. changed to example.com.
+}
+
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