mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix golint for SetRootCoord in distributed/querynode/service.go (#9814)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>pull/9823/head
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…
Reference in New Issue