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

Unified Diff: common/api/logdog_coordinator/services/v1/service.pb.go

Issue 1610993002: LogDog: Add collector service implementation. (Closed) Base URL: https://github.com/luci/luci-go@master
Patch Set: Comments, rebase. Created 4 years, 10 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
« no previous file with comments | « no previous file | common/proto/logdog/svcconfig/config.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: common/api/logdog_coordinator/services/v1/service.pb.go
diff --git a/common/api/logdog_coordinator/services/v1/service.pb.go b/common/api/logdog_coordinator/services/v1/service.pb.go
index bcca8ae25ac5c3bb997a444f71f95b9142010bd5..0299b9276cd86a018d4f312ba5cb162c81e42a72 100644
--- a/common/api/logdog_coordinator/services/v1/service.pb.go
+++ b/common/api/logdog_coordinator/services/v1/service.pb.go
@@ -106,8 +106,7 @@ var _ grpc.ClientConn
// Client API for Services service
-type ServicesClient interface {
- // GetConfig allows a service to retrieve the current service configuration
+type ServicesClient interface { // GetConfig allows a service to retrieve the current service configuration
// parameters.
GetConfig(ctx context.Context, in *google_protobuf2.Empty, opts ...grpc.CallOption) (*GetConfigResponse, error)
// RegisterStream is an idempotent stream state register operation.
« no previous file with comments | « no previous file | common/proto/logdog/svcconfig/config.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698