[skip ci] Fix golint for Stop in QueryCoord (#10748)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
pull/10769/head
cai.zhang 2021-10-27 17:59:26 +08:00 committed by GitHub
parent 9c82d7751e
commit a4c11731ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -223,6 +223,7 @@ func (s *Server) start() error {
return s.queryCoord.Start()
}
// Stop stops QueryCoord's grpc service.
func (s *Server) Stop() error {
if s.closer != nil {
if err := s.closer.Close(); err != nil {