[skip ci] Add notes to service (#13315)

Signed-off-by: jingkl <jingjing.jia@zilliz.com>
pull/13352/head
jingkl 2021-12-14 16:19:33 +08:00 committed by GitHub
parent c4842c0a1e
commit 96a0352272
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)
}