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: logdog/server/collector/coordinator/coordinator.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
« no previous file with comments | « logdog/server/collector/coordinator/cache_test.go ('k') | luci_config/appengine/backend/memcache/cache.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logdog/server/collector/coordinator/coordinator.go
diff --git a/logdog/server/collector/coordinator/coordinator.go b/logdog/server/collector/coordinator/coordinator.go
index 893f7495012c89bb2607204390fea1ec00174b89..4f75e297a7b0efdf330dd7fc7ead9d4578e35aa5 100644
--- a/logdog/server/collector/coordinator/coordinator.go
+++ b/logdog/server/collector/coordinator/coordinator.go
@@ -11,6 +11,7 @@ import (
"github.com/luci/luci-go/logdog/api/endpoints/coordinator/services/v1"
"github.com/luci/luci-go/logdog/common/types"
"github.com/luci/luci-go/luci_config/common/cfgtypes"
+
"golang.org/x/net/context"
)
« no previous file with comments | « logdog/server/collector/coordinator/cache_test.go ('k') | luci_config/appengine/backend/memcache/cache.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698