diff --git a/internal/types/types.go b/internal/types/types.go index c024eaadf3..b61447856b 100644 --- a/internal/types/types.go +++ b/internal/types/types.go @@ -657,7 +657,7 @@ type ProxyComponent interface { // `etcdClient` is a client of etcd SetEtcdClient(etcdClient *clientv3.Client) - // SetRootCoord set RootCoord for Proxy + //SetRootCoordClient set RootCoord for Proxy // `rootCoord` is a client of root coordinator. SetRootCoordClient(rootCoord RootCoord)