mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Fix golint for ShowSegments in rootcoord (#12036)
Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
3b51232d59
commit
7b65cfb6ab
@ -378,6 +378,7 @@ func (s *Server) DescribeSegment(ctx context.Context, in *milvuspb.DescribeSegme
|
||||
return s.rootCoord.DescribeSegment(ctx, in)
|
||||
}
|
||||
|
||||
// ShowSegments gets all segments
|
||||
func (s *Server) ShowSegments(ctx context.Context, in *milvuspb.ShowSegmentsRequest) (*milvuspb.ShowSegmentsResponse, error) {
|
||||
return s.rootCoord.ShowSegments(ctx, in)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user