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

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 63%
copy from common/api/logdog_coordinator/admin/v1/gen.go
copy to common/api/logdog_coordinator/registration/v1/gen.go
index b6719c25e097e79f997a0a8367e8b7d4fbf42553..45693b4e455f94cf9be8ad623ad35cddea137f23 100644
--- a/common/api/logdog_coordinator/admin/v1/gen.go
+++ b/common/api/logdog_coordinator/registration/v1/gen.go
@@ -1,19 +1,13 @@
-// 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.
package logdog
-
-import (
- "github.com/golang/protobuf/proto"
-)
-
-var _ = proto.Marshal
« no previous file with comments | « client/internal/logdog/butler/bundler/bundler.go ('k') | common/api/logdog_coordinator/registration/v1/pb.discovery.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698