zhaoyunxing92 commented on a change in pull request #1228:
URL: https://github.com/apache/dubbo-go/pull/1228#discussion_r642048177
##########
File path: config_center/nacos/client.go
##########
@@ -18,27 +18,25 @@
package nacos
import (
- "strconv"
"strings"
"sync"
"time"
)
import (
- "github.com/nacos-group/nacos-sdk-go/clients"
"github.com/nacos-group/nacos-sdk-go/clients/config_client"
- nacosconst "github.com/nacos-group/nacos-sdk-go/common/constant"
perrors "github.com/pkg/errors"
)
import (
"dubbo.apache.org/dubbo-go/v3/common"
"dubbo.apache.org/dubbo-go/v3/common/constant"
"dubbo.apache.org/dubbo-go/v3/common/logger"
+ "dubbo.apache.org/dubbo-go/v3/remoting/nacos"
)
-// NacosClient Nacos client
-type NacosClient struct {
Review comment:
这里是用的nacosn config 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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]