diff --git a/internal/distributed/rootcoord/service.go b/internal/distributed/rootcoord/service.go index cfa6135854..581a9b06e9 100644 --- a/internal/distributed/rootcoord/service.go +++ b/internal/distributed/rootcoord/service.go @@ -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) }