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

Unified Diff: logdog/server/collector/collector.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/archivist/storageSource.go ('k') | logdog/server/collector/coordinator/cache.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logdog/server/collector/collector.go
diff --git a/logdog/server/collector/collector.go b/logdog/server/collector/collector.go
index 0e46fbe8e18198353317ca18a18a31d4b00a9ed6..7d9888c40eb50b271bed1cb08154588b6c077b7e 100644
--- a/logdog/server/collector/collector.go
+++ b/logdog/server/collector/collector.go
@@ -8,7 +8,6 @@ import (
"bytes"
"time"
- "github.com/golang/protobuf/proto"
"github.com/luci/luci-go/common/clock"
"github.com/luci/luci-go/common/errors"
log "github.com/luci/luci-go/common/logging"
@@ -23,6 +22,8 @@ import (
"github.com/luci/luci-go/logdog/common/types"
"github.com/luci/luci-go/logdog/server/collector/coordinator"
"github.com/luci/luci-go/luci_config/common/cfgtypes"
+
+ "github.com/golang/protobuf/proto"
"golang.org/x/net/context"
)
« no previous file with comments | « logdog/server/archivist/storageSource.go ('k') | logdog/server/collector/coordinator/cache.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698