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

Unified Diff: logdog/appengine/coordinator/endpoints/services/getConfig.go

Issue 2575383002: Add server/cache support to gaeconfig. (Closed)
Patch Set: Un-collapse. Created 3 years, 11 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
Index: logdog/appengine/coordinator/endpoints/services/getConfig.go
diff --git a/logdog/appengine/coordinator/endpoints/services/getConfig.go b/logdog/appengine/coordinator/endpoints/services/getConfig.go
index 2844a92e94734e1ac3cb9b02d583cb17304f2b27..576228d15dead9870849d76c7ff495b73631ab6e 100644
--- a/logdog/appengine/coordinator/endpoints/services/getConfig.go
+++ b/logdog/appengine/coordinator/endpoints/services/getConfig.go
@@ -26,7 +26,7 @@ func (s *server) GetConfig(c context.Context, req *google.Empty) (*logdog.GetCon
return &logdog.GetConfigResponse{
ConfigServiceUrl: gcfg.ConfigServiceURL.String(),
- ConfigSet: gcfg.ConfigSet,
+ ConfigSet: string(gcfg.ConfigSet),
ServiceConfigPath: gcfg.ServiceConfigPath,
}, nil
}
« no previous file with comments | « logdog/appengine/coordinator/endpoints/logs/service.go ('k') | logdog/appengine/coordinator/hierarchy/hierarchy.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698