From 9c82d7751ed27d04cc427adc2cf3baa69599e0aa Mon Sep 17 00:00:00 2001 From: "cai.zhang" Date: Wed, 27 Oct 2021 17:57:21 +0800 Subject: [PATCH] [skip ci] Fix golint for start in QueryCoord (#10747) 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 c5928ebf0..9cc4288e1 100644 --- a/internal/distributed/querycoord/service.go +++ b/internal/distributed/querycoord/service.go @@ -218,6 +218,7 @@ func (s *Server) startGrpcLoop(grpcPort int) { } } +// start starts QueryCoord's grpc service. func (s *Server) start() error { return s.queryCoord.Start() } -- GitLab