mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Refine proxy comment (#14044)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>pull/13624/head
parent
8d93f6f03b
commit
39fcbaac47
|
@ -413,7 +413,7 @@ func (node *Proxy) AddCloseCallback(callbacks ...func()) {
|
|||
node.closeCallbacks = append(node.closeCallbacks, callbacks...)
|
||||
}
|
||||
|
||||
// SetRootCoordClient sets rootcoord client for proxy.
|
||||
// SetRootCoordClient sets RootCoord client for proxy.
|
||||
func (node *Proxy) SetRootCoordClient(cli types.RootCoord) {
|
||||
node.rootCoord = cli
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue