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

Unified Diff: logdog/client/cmd/logdog_annotee/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/link.go ('k') | logdog/client/cmd/logdog_butler/main.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logdog/client/cmd/logdog_annotee/main.go
diff --git a/logdog/client/cmd/logdog_annotee/main.go b/logdog/client/cmd/logdog_annotee/main.go
index f4f44cf04e758086394706d3d2b1e8e65ef04f07..aca41e337ac599290d4ea90001c10781a68cf9e2 100644
--- a/logdog/client/cmd/logdog_annotee/main.go
+++ b/logdog/client/cmd/logdog_annotee/main.go
@@ -14,7 +14,6 @@ import (
"github.com/golang/protobuf/proto"
"github.com/luci/luci-go/common/clock/clockflag"
- "github.com/luci/luci-go/common/config"
log "github.com/luci/luci-go/common/logging"
"github.com/luci/luci-go/common/logging/gologger"
"github.com/luci/luci-go/common/proto/milo"
@@ -26,6 +25,7 @@ import (
"github.com/luci/luci-go/logdog/client/butlerlib/streamclient"
"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"
)
@@ -61,7 +61,7 @@ type application struct {
printSummary bool
testingDir string
annotationInterval clockflag.Duration
- project config.ProjectName
+ project cfgtypes.ProjectName
nameBase streamproto.StreamNameFlag
prefix streamproto.StreamNameFlag
logdogHost string
« no previous file with comments | « logdog/client/cmd/logdog_annotee/link.go ('k') | logdog/client/cmd/logdog_butler/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698