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

Unified Diff: impl/memory/info.go

Issue 2957413002: Info Memory: Implement dummy ServiceAccount() (Closed)
Patch Set: Created 3 years, 6 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 | impl/memory/info_test.go » ('j') | 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 d5904b2f69b7981b19c28a9df96a9a2cde5b776d..f65eda332bda21242653272216f73c42c7e40d14 100644
--- a/impl/memory/info.go
+++ b/impl/memory/info.go
@@ -93,6 +93,10 @@ func (gi *giImpl) IsDevAppServer() bool {
return true
}
+func (gi *giImpl) ServiceAccount() (string, error) {
+ return "user@example.com", nil
iannucci 2017/06/28 22:19:51 maybe gae_service_account@example.com To distin
+}
+
func (gi *giImpl) VersionID() string {
return curGID(gi.c).versionID
}
« no previous file with comments | « no previous file | impl/memory/info_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698