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

Unified Diff: logdog/client/cli/subcommandCat.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/path.go ('k') | logdog/client/cli/subcommandList.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logdog/client/cli/subcommandCat.go
diff --git a/logdog/client/cli/subcommandCat.go b/logdog/client/cli/subcommandCat.go
index e048dbe2ff3d316708bfbbbd60b711877fb92f63..9f61787e42377039cd850edc09f8ca58f20c731e 100644
--- a/logdog/client/cli/subcommandCat.go
+++ b/logdog/client/cli/subcommandCat.go
@@ -10,7 +10,6 @@ import (
"os"
"github.com/golang/protobuf/proto"
- "github.com/luci/luci-go/common/config"
log "github.com/luci/luci-go/common/logging"
"github.com/luci/luci-go/common/proto/milo"
"github.com/luci/luci-go/logdog/api/logpb"
@@ -18,6 +17,7 @@ import (
"github.com/luci/luci-go/logdog/common/fetcher"
"github.com/luci/luci-go/logdog/common/renderer"
"github.com/luci/luci-go/logdog/common/types"
+ "github.com/luci/luci-go/luci_config/common/cfgtypes"
"github.com/maruel/subcommands"
"golang.org/x/net/context"
@@ -116,7 +116,7 @@ func (cmd *catCommandRun) Run(scApp subcommands.Application, args []string, _ su
// streamPath is a single path to fetch.
type streamPath struct {
- project config.ProjectName
+ project cfgtypes.ProjectName
path types.StreamPath
}
« no previous file with comments | « logdog/client/cli/path.go ('k') | logdog/client/cli/subcommandList.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698