qiqizjl commented on a change in pull request #811:
URL: https://github.com/apache/apisix-dashboard/pull/811#discussion_r527537567



##########
File path: api/internal/core/storage/etcd.go
##########
@@ -32,11 +32,16 @@ var (
 type EtcdV3Storage struct {
 }
 
-func InitETCDClient(endpoints []string) error {
-       cli, err := clientv3.New(clientv3.Config{
+func InitETCDClient(endpoints []string, username, password string) error {

Review comment:
       username string,password string = username,password string




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to