mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Fix golint error for SetRootCoord in QueryCoord (#10806)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
bb3d55ca4d
commit
4d98dc59e7
@ -238,6 +238,7 @@ func (s *Server) Stop() error {
|
||||
return err
|
||||
}
|
||||
|
||||
// SetRootCoord sets the RootCoord's client for QueryCoord component.
|
||||
func (s *Server) SetRootCoord(m types.RootCoord) error {
|
||||
s.queryCoord.SetRootCoord(m)
|
||||
return nil
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user