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

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
pull/11127/head
cai.zhang 2021-11-02 21:01:14 +08:00 committed by GitHub
parent 60d1f60651
commit e1bb0fb797
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)
}