tianxiaoliang commented on a change in pull request #1166:
URL: 
https://github.com/apache/servicecomb-service-center/pull/1166#discussion_r747233543



##########
File path: client/set.go
##########
@@ -0,0 +1,31 @@
+package client
+
+import (
+       "fmt"
+
+       v1sync "github.com/apache/servicecomb-service-center/api/sync/v1"
+       "github.com/apache/servicecomb-service-center/pkg/log"
+       "google.golang.org/grpc"
+)
+
+// SetConfig is client configs
+type SetConfig struct {
+       Addr string
+}
+
+// Set is set of grpc clients
+type Set struct {
+       EventServiceClient v1sync.EventServiceClient

Review comment:
       不用,参考了istio的api client编写风格




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to