[skip ci]Fix golint for SetRootCoord in distributed/querynode/service.go (#9814)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
pull/9823/head
cai.zhang 2021-10-13 19:36:33 +08:00 committed by GitHub
parent 962e3111b1
commit 711dad2eae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)
}