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. |