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

Unified Diff: impl/memory/info.go

Issue 2957413002: Info Memory: Implement dummy ServiceAccount() (Closed)
Patch Set: review 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..dad8ba335ec3638f6501c34c63d3f1666520df93 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 "gae_service_account@example.com", nil
+}
+
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