[skip ci]Fix golint for DescribeSegment in rootcoord (#12035)

Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>
pull/12044/head
cai.zhang 2021-11-18 09:27:12 +08:00 committed by GitHub
parent be1602f769
commit cdf8e79a70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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