mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for rootCood.Core (#14665)
Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>pull/14688/head
parent
fbee31ac59
commit
18d36d78d2
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue