mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add notes to service (#13315)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>pull/13352/head
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…
Reference in New Issue