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

Unified Diff: common/api/logdog_coordinator/registration/v1/gen.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
Index: common/api/logdog_coordinator/registration/v1/gen.go
diff --git a/common/api/logdog_coordinator/admin/v1/gen.go b/common/api/logdog_coordinator/registration/v1/gen.go
similarity index 74%
copy from common/api/logdog_coordinator/admin/v1/gen.go
copy to common/api/logdog_coordinator/registration/v1/gen.go
index b6719c25e097e79f997a0a8367e8b7d4fbf42553..f482013144749c27c78eb5723b0425807b0e8d62 100644
--- a/common/api/logdog_coordinator/admin/v1/gen.go
+++ b/common/api/logdog_coordinator/registration/v1/gen.go
@@ -1,12 +1,12 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
+// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//go:generate cproto
-//go:generate svcdec -type AdminServer
+//go:generate svcdec -type RegistrationServer
-// Package logdog contains Version 1 of the LogDog Coordinator service
-// interface.
+// Package logdog contains Version 1 of the LogDog Coordinator stream
+// registration interface.
//
// The package name here must match the protobuf package name, as the generated
// files will reside in the same directory.

Powered by Google App Engine
This is Rietveld 408576698