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

Unified Diff: logdog/client/coordinator/query.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/client/cmd/logdog_annotee/main.go ('k') | logdog/client/coordinator/query_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logdog/client/coordinator/query.go
diff --git a/logdog/client/coordinator/query.go b/logdog/client/coordinator/query.go
index 248ba25e2cd2c5ae3e1215e6875c8ad3d6c5316b..0901b4144d93fe8bfffd1ca876a7aab2ead78d60 100644
--- a/logdog/client/coordinator/query.go
+++ b/logdog/client/coordinator/query.go
@@ -13,6 +13,7 @@ import (
"github.com/luci/luci-go/logdog/api/logpb"
"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/client/cmd/logdog_annotee/main.go ('k') | logdog/client/coordinator/query_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698