Index: common/api/logdog_coordinator/registration/v1/util.go |
diff --git a/client/flagpb/generate.go b/common/api/logdog_coordinator/registration/v1/util.go |
similarity index 52% |
copy from client/flagpb/generate.go |
copy to common/api/logdog_coordinator/registration/v1/util.go |
index c1ac8825d92267dc47251c4a741c15c93a9154d5..1707be75f9168502e5b495f6294901a79ec81ff9 100644 |
--- a/client/flagpb/generate.go |
+++ b/common/api/logdog_coordinator/registration/v1/util.go |
@@ -2,6 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-package flagpb |
+package logdog |
-//go:generate cproto -desc=unmarshal_test.desc |
+// GetMessageProject implements ProjectBoundMessage. |
+func (req *RegisterPrefixRequest) GetMessageProject() string { return req.Project } |