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

Unified Diff: logdog/client/butler/bootstrap/env.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/appengine/coordinator/service.go ('k') | logdog/client/butler/bundler/bundler.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logdog/client/butler/bootstrap/env.go
diff --git a/logdog/client/butler/bootstrap/env.go b/logdog/client/butler/bootstrap/env.go
index b472014c67561f3f4f94ab9dc935b4997af3c751..40478559f831148ebb8576f7124ec9da4d6f2851 100644
--- a/logdog/client/butler/bootstrap/env.go
+++ b/logdog/client/butler/bootstrap/env.go
@@ -6,10 +6,10 @@
package bootstrap
import (
- "github.com/luci/luci-go/common/config"
"github.com/luci/luci-go/common/system/environ"
"github.com/luci/luci-go/logdog/client/butlerlib/bootstrap"
"github.com/luci/luci-go/logdog/common/types"
+ "github.com/luci/luci-go/luci_config/common/cfgtypes"
)
// Environment is the set of configuration parameters for the bootstrap.
@@ -20,7 +20,7 @@ type Environment struct {
// Project is the project name. If not empty, this will be exported to
// subprocesses.
- Project config.ProjectName
+ Project cfgtypes.ProjectName
// Prefix is the prefix name. If not empty, this will be exported to
// subprocesses.
Prefix types.StreamName
« no previous file with comments | « logdog/appengine/coordinator/service.go ('k') | logdog/client/butler/bundler/bundler.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698