未验证 提交 e1bb0fb7 编写于 作者: C cai.zhang 提交者: GitHub

[skip ci]Fix golint error for GetSegmentInfo in QueryCoord (#11062)

Signed-off-by: Ncai.zhang <cai.zhang@zilliz.com>
上级 60d1f606
......@@ -304,6 +304,7 @@ func (s *Server) CreateQueryChannel(ctx context.Context, req *querypb.CreateQuer
return s.queryCoord.CreateQueryChannel(ctx, req)
}
// GetSegmentInfo gets the information of the specified segment from QueryCoord.
func (s *Server) GetSegmentInfo(ctx context.Context, req *querypb.GetSegmentInfoRequest) (*querypb.GetSegmentInfoResponse, error) {
return s.queryCoord.GetSegmentInfo(ctx, req)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册