mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for addCollection (#10780)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/10790/head
parent
921ef0f2ea
commit
b5fc643efd
|
@ -46,6 +46,7 @@ type ReplicaInterface interface {
|
|||
// collection
|
||||
// getCollectionIDs returns all collection ids in the collectionReplica
|
||||
getCollectionIDs() []UniqueID
|
||||
// addCollection creates a new collection and add it to collectionReplica
|
||||
addCollection(collectionID UniqueID, schema *schemapb.CollectionSchema) error
|
||||
// removeCollection removes the collection from collectionReplica
|
||||
removeCollection(collectionID UniqueID) error
|
||||
|
|
Loading…
Reference in New Issue