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

Unified Diff: logdog/client/butler/output/logdog/output.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/butler.go ('k') | logdog/client/butlerlib/bootstrap/bootstrap.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logdog/client/butler/output/logdog/output.go
diff --git a/logdog/client/butler/output/logdog/output.go b/logdog/client/butler/output/logdog/output.go
index 82fef53b80418991f9db0bb83f570164ea83f680..f5b459ffd7d1cff0146b6001830f026ccc5e488a 100644
--- a/logdog/client/butler/output/logdog/output.go
+++ b/logdog/client/butler/output/logdog/output.go
@@ -10,7 +10,6 @@ import (
"time"
"github.com/luci/luci-go/common/auth"
- "github.com/luci/luci-go/common/config"
"github.com/luci/luci-go/common/errors"
ps "github.com/luci/luci-go/common/gcloud/pubsub"
"github.com/luci/luci-go/common/lhttp"
@@ -22,6 +21,7 @@ import (
"github.com/luci/luci-go/logdog/client/butler/output"
out "github.com/luci/luci-go/logdog/client/butler/output/pubsub"
"github.com/luci/luci-go/logdog/common/types"
+ "github.com/luci/luci-go/luci_config/common/cfgtypes"
"cloud.google.com/go/pubsub"
"golang.org/x/net/context"
@@ -48,7 +48,7 @@ type Config struct {
Host string
// Project is the project that this stream belongs to.
- Project config.ProjectName
+ Project cfgtypes.ProjectName
// Prefix is the stream prefix to register.
Prefix types.StreamName
// PrefixExpiration is the prefix expiration to use when registering.
« no previous file with comments | « logdog/client/butler/butler.go ('k') | logdog/client/butlerlib/bootstrap/bootstrap.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698