mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Fix go fmt error (#13538)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>
This commit is contained in:
parent
902f6111ab
commit
acbb680c91
@ -383,7 +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
|
||||
// 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