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

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: Reorganized, cleaned up, comments, and updated for pRPC. Created 4 years, 11 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/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 92b498566794459449aa52402788f360f969012c..28c1cc30d4ce1afcf5d2fbcd2d411f77d02d7f96 100644
--- a/common/api/logdog_coordinator/services/v1/service.pb.go
+++ b/common/api/logdog_coordinator/services/v1/service.pb.go
@@ -116,8 +116,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 *Void, 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') | common/proto/logdog/svcconfig/config.proto » ('J')

Powered by Google App Engine
This is Rietveld 408576698