mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix golint for DescribeSegment in rootcoord (#12035)
Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>pull/12044/head
parent
be1602f769
commit
cdf8e79a70
|
@ -375,6 +375,7 @@ func (s *Server) UpdateChannelTimeTick(ctx context.Context, in *internalpb.Chann
|
|||
return s.rootCoord.UpdateChannelTimeTick(ctx, in)
|
||||
}
|
||||
|
||||
// DescribeSegment gets meta info of the segment
|
||||
func (s *Server) DescribeSegment(ctx context.Context, in *milvuspb.DescribeSegmentRequest) (*milvuspb.DescribeSegmentResponse, error) {
|
||||
return s.rootCoord.DescribeSegment(ctx, in)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue