From a36c35d40e3b56cc90d9bccea8bf46ffb03f952d Mon Sep 17 00:00:00 2001 From: "cai.zhang" Date: Tue, 26 Oct 2021 19:08:24 +0800 Subject: [PATCH] [skip ci]Fix golint error for Run in QueryCoord (#10679) Signed-off-by: cai.zhang --- internal/distributed/querycoord/service.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/distributed/querycoord/service.go b/internal/distributed/querycoord/service.go index fd114761c6..39cb08a1d1 100644 --- a/internal/distributed/querycoord/service.go +++ b/internal/distributed/querycoord/service.go @@ -77,6 +77,7 @@ func NewServer(ctx context.Context, factory msgstream.Factory) (*Server, error) }, nil } +// Run initializes and starts QueryCoord's grpc service. func (s *Server) Run() error { if err := s.init(); err != nil {