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

Unified Diff: common/config/interface.go

Issue 2643803003: config: Update remote URL handling. (Closed)
Patch Set: Fix "nost" 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
Index: common/config/interface.go
diff --git a/common/config/interface.go b/common/config/interface.go
index 1530f03377ddf7fd5a1a725bed14b23d4a374ea0..5d1e83969cf7a670a9f9cf95c619a859e5e070d8 100644
--- a/common/config/interface.go
+++ b/common/config/interface.go
@@ -83,9 +83,6 @@ type Project struct {
//
// Transient errors are wrapped in errors.Transient. See common/errors.
type Interface interface {
- // ServiceURL returns the URL of the config service.
- ServiceURL(ctx context.Context) url.URL
-
// GetConfig returns a config at a path in a config set or ErrNoConfig
// if missing. If hashOnly is true, returned Config struct has Content set
// to "" (and the call is faster).
« no previous file with comments | « common/config/impl/remote/remote_test.go ('k') | logdog/api/endpoints/coordinator/services/v1/pb.discovery.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698