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

Unified Diff: common/api/logdog_coordinator/registration/v1/util.go

Issue 1970823005: LogDog: Add prefix registration endpoint. (Closed) Base URL: https://github.com/luci/luci-go@logdog-project-archivist-useconfig
Patch Set: Updated patchset dependency Created 4 years, 7 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 | « common/api/logdog_coordinator/registration/v1/service.pb.go ('k') | common/proto/logdog/logpb/butler.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: common/api/logdog_coordinator/registration/v1/util.go
diff --git a/common/proto/logdog/svcconfig/util.go b/common/api/logdog_coordinator/registration/v1/util.go
similarity index 52%
copy from common/proto/logdog/svcconfig/util.go
copy to common/api/logdog_coordinator/registration/v1/util.go
index 4254565e49db2a521cc3e04c0bbf31bcf9e00038..1707be75f9168502e5b495f6294901a79ec81ff9 100644
--- a/common/proto/logdog/svcconfig/util.go
+++ b/common/api/logdog_coordinator/registration/v1/util.go
@@ -2,9 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-package svcconfig
+package logdog
-const (
- // ServiceConfigFilename is the config service path of the Config protobuf.
- ServiceConfigFilename = "services.cfg"
-)
+// GetMessageProject implements ProjectBoundMessage.
+func (req *RegisterPrefixRequest) GetMessageProject() string { return req.Project }
« no previous file with comments | « common/api/logdog_coordinator/registration/v1/service.pb.go ('k') | common/proto/logdog/logpb/butler.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698