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

Unified Diff: logdog/client/cmd/logdog_annotee/link.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/cli/subcommandList.go ('k') | logdog/client/cmd/logdog_annotee/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/link.go
diff --git a/logdog/client/cmd/logdog_annotee/link.go b/logdog/client/cmd/logdog_annotee/link.go
index 29940c957ec1cbdb3593724c53cecee50f3af857..0b61dcdb0c8408199425915b20528bb9c376967a 100644
--- a/logdog/client/cmd/logdog_annotee/link.go
+++ b/logdog/client/cmd/logdog_annotee/link.go
@@ -9,13 +9,13 @@ import (
"net/url"
"strings"
- "github.com/luci/luci-go/common/config"
"github.com/luci/luci-go/logdog/common/types"
+ "github.com/luci/luci-go/luci_config/common/cfgtypes"
)
type coordinatorLinkGenerator struct {
host string
- project config.ProjectName
+ project cfgtypes.ProjectName
prefix types.StreamName
}
« no previous file with comments | « logdog/client/cli/subcommandList.go ('k') | logdog/client/cmd/logdog_annotee/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698