mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add the comments to service (#13509)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>
This commit is contained in:
parent
d4c998e6f5
commit
fd33750aec
@ -383,6 +383,7 @@ func (s *Server) GetPartitionStatistics(ctx context.Context, request *milvuspb.G
|
||||
return s.proxy.GetPartitionStatistics(ctx, request)
|
||||
}
|
||||
|
||||
// ShowPartitions notifies Proxy to show the partitions
|
||||
func (s *Server) ShowPartitions(ctx context.Context, request *milvuspb.ShowPartitionsRequest) (*milvuspb.ShowPartitionsResponse, error) {
|
||||
return s.proxy.ShowPartitions(ctx, request)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user