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

Unified Diff: logdog/client/cmd/logdog_butler/main.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/cmd/logdog_annotee/main.go ('k') | logdog/client/coordinator/client.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logdog/client/cmd/logdog_butler/main.go
diff --git a/logdog/client/cmd/logdog_butler/main.go b/logdog/client/cmd/logdog_butler/main.go
index 901e9202ab72b2b12f70796ee29ade3c81293c59..fea47097e15391da0af9440bc779758ac68abfe7 100644
--- a/logdog/client/cmd/logdog_butler/main.go
+++ b/logdog/client/cmd/logdog_butler/main.go
@@ -22,7 +22,6 @@ import (
"github.com/luci/luci-go/common/auth"
"github.com/luci/luci-go/common/cli"
"github.com/luci/luci-go/common/clock/clockflag"
- "github.com/luci/luci-go/common/config"
"github.com/luci/luci-go/common/errors"
"github.com/luci/luci-go/common/flag/multiflag"
log "github.com/luci/luci-go/common/logging"
@@ -34,6 +33,7 @@ import (
"github.com/luci/luci-go/logdog/client/butler/output"
"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"
)
const (
@@ -57,7 +57,7 @@ type application struct {
cli.Application
context.Context
- project config.ProjectName
+ project cfgtypes.ProjectName
prefix types.StreamName
coordinatorHost string
outputWorkers int
« no previous file with comments | « logdog/client/cmd/logdog_annotee/main.go ('k') | logdog/client/coordinator/client.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698