[skip e2e] Add comment for rootCood.Core (#14665)

Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
pull/14688/head
shaoyue 2021-12-31 14:23:55 +08:00 committed by GitHub
parent fbee31ac59
commit 18d36d78d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -937,6 +937,7 @@ func (c *Core) Register() error {
return nil
}
// SetEtcdClient sets the etcdCli of Core
func (c *Core) SetEtcdClient(etcdClient *clientv3.Client) {
c.etcdCli = etcdClient
}