mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Fix golint for SetRootCoord in distributed/querynode/service.go (#9814)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
962e3111b1
commit
711dad2eae
@ -259,6 +259,7 @@ func (s *Server) Stop() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// SetRootCoord sets the RootCoord's client for QueryNode component.
|
||||
func (s *Server) SetRootCoord(rootCoord types.RootCoord) error {
|
||||
return s.querynode.SetRootCoord(rootCoord)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user