AsperforMias commented on code in PR #3479:
URL: https://github.com/apache/dubbo-go/pull/3479#discussion_r3542425171


##########
registry/nacos/registry.go:
##########
@@ -62,8 +62,9 @@ func init() {
 
 type nacosRegistry struct {
        *common.URL
-       namingClient              *nacosClient.NacosNamingClient
-       registryUrls              []*common.URL
+       namingClient *nacosClient.NacosNamingClient

Review Comment:
   新加了个字段注释说明了下这个



##########
registry/nacos/registry.go:
##########
@@ -62,8 +62,9 @@ func init() {
 
 type nacosRegistry struct {
        *common.URL
-       namingClient              *nacosClient.NacosNamingClient
-       registryUrls              []*common.URL
+       namingClient *nacosClient.NacosNamingClient

Review Comment:
   新加了个注释说明了下这个



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to