mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e] Refine proxy comment (#14044)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user