[skip ci] Add comment for addVChannels (#9103)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
pull/9107/head
bigsheeper 2021-10-03 00:52:02 +08:00 committed by GitHub
parent f93981ca71
commit 02b2f3c88b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ func (c *Collection) removePartitionID(partitionID UniqueID) {
c.partitionIDs = tmpIDs
}
// addVChannels add virtual channels to collection
func (c *Collection) addVChannels(channels []Channel) {
OUTER:
for _, dstChan := range channels {