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

Unified Diff: logdog/client/butler/butler.go

Issue 2626433004: Move "common/config" common types into cfgtypes. (Closed)
Patch Set: 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/butler/bundler/bundler.go ('k') | logdog/client/butler/output/logdog/output.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logdog/client/butler/butler.go
diff --git a/logdog/client/butler/butler.go b/logdog/client/butler/butler.go
index 6b16e3c3d93b3080ebd47d3f819bd3fbd215a5a6..50b6e38208adab80ca3f47177cbfa889d07f3b08 100644
--- a/logdog/client/butler/butler.go
+++ b/logdog/client/butler/butler.go
@@ -13,7 +13,6 @@ import (
"time"
"github.com/luci/luci-go/common/clock"
- "github.com/luci/luci-go/common/config"
"github.com/luci/luci-go/common/data/stringset"
"github.com/luci/luci-go/common/iotools"
log "github.com/luci/luci-go/common/logging"
@@ -25,6 +24,7 @@ import (
"github.com/luci/luci-go/logdog/client/butler/streamserver"
"github.com/luci/luci-go/logdog/client/butlerlib/streamproto"
"github.com/luci/luci-go/logdog/common/types"
+ "github.com/luci/luci-go/luci_config/common/cfgtypes"
"golang.org/x/net/context"
)
@@ -53,7 +53,7 @@ type Config struct {
OutputWorkers int
// Project is the project that the log stream will be bound to.
- Project config.ProjectName
+ Project cfgtypes.ProjectName
// Prefix is the log stream common prefix value.
Prefix types.StreamName
« no previous file with comments | « logdog/client/butler/bundler/bundler.go ('k') | logdog/client/butler/output/logdog/output.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698