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



##########
File path: datasource/mongo/util/db.go
##########
@@ -356,3 +362,17 @@ func BuildIndexDoc(keys ...string) mongo.IndexModel {
        }
        return index
 }
+
+func NotGlobal() Option {
+       var names []string
+       for name := range datasource.GlobalServiceNames {
+               names = append(names, name)

Review comment:
       for 循环是不是公共方法




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