Chromium Code Reviews| 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 |
| } |