mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Fix golint in indexcoord/server.go (#9123)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
8f4a735676
commit
efabe9ecd1
@ -170,6 +170,7 @@ func (s *Server) GetMetrics(ctx context.Context, request *milvuspb.GetMetricsReq
|
||||
return s.indexcoord.GetMetrics(ctx, request)
|
||||
}
|
||||
|
||||
// startGrpcLoop starts the grep loop of IndexCoord component.
|
||||
func (s *Server) startGrpcLoop(grpcPort int) {
|
||||
|
||||
defer s.loopWg.Done()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user