mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add notes to service (#13315)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>
This commit is contained in:
parent
c4842c0a1e
commit
96a0352272
@ -349,6 +349,7 @@ func (s *Server) ShowCollections(ctx context.Context, request *milvuspb.ShowColl
|
||||
return s.proxy.ShowCollections(ctx, request)
|
||||
}
|
||||
|
||||
// CreatePartition notifies Proxy to create a partition
|
||||
func (s *Server) CreatePartition(ctx context.Context, request *milvuspb.CreatePartitionRequest) (*commonpb.Status, error) {
|
||||
return s.proxy.CreatePartition(ctx, request)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user