tianxiaoliang commented on a change in pull request #953:
URL:
https://github.com/apache/servicecomb-service-center/pull/953#discussion_r620795023
##########
File path: datasource/mongo/types.go
##########
@@ -0,0 +1,13 @@
+package mongo
+
+import (
+ "context"
+ "github.com/go-chassis/cari/discovery"
+)
+
+type InstanceRegisterEvent struct {
+ Ctx context.Context
+ Request *discovery.RegisterInstanceRequest
+ isCustomID bool
Review comment:
我觉得isCustomID这个参数没存在必要
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]