mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix golint error for GetSegmentInfo in QueryCoord (#11062)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>pull/11127/head
parent
60d1f60651
commit
e1bb0fb797
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue