[skip ci] Add comment for removeCollection (#10781)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
pull/10785/head
bigsheeper 2021-10-27 22:22:21 +08:00 committed by GitHub
parent 6ba2f3633e
commit 94394508bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ type ReplicaInterface interface {
// getCollectionIDs returns all collection ids in the collectionReplica
getCollectionIDs() []UniqueID
addCollection(collectionID UniqueID, schema *schemapb.CollectionSchema) error
// removeCollection removes the collection from collectionReplica
removeCollection(collectionID UniqueID) error
// getCollectionByID gets the collection which id is collectionID
getCollectionByID(collectionID UniqueID) (*Collection, error)