mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix golint error in proxy (#11349)
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>pull/11354/head
parent
c26cd79532
commit
595322ed51
|
@ -384,14 +384,17 @@ func (node *Proxy) SetRootCoordClient(cli types.RootCoord) {
|
|||
node.rootCoord = cli
|
||||
}
|
||||
|
||||
// SetIndexCoordClient set IndexCoord client for proxy.
|
||||
func (node *Proxy) SetIndexCoordClient(cli types.IndexCoord) {
|
||||
node.indexCoord = cli
|
||||
}
|
||||
|
||||
// SetDataCoordClient set DataCoord client for proxy.
|
||||
func (node *Proxy) SetDataCoordClient(cli types.DataCoord) {
|
||||
node.dataCoord = cli
|
||||
}
|
||||
|
||||
// SetQueryCoordClient set QueryCoord client for proxy.
|
||||
func (node *Proxy) SetQueryCoordClient(cli types.QueryCoord) {
|
||||
node.queryCoord = cli
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue