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 |