[skip ci] Add comment for getVChannels (#9172)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
bigsheeper 2021-10-04 08:16:44 +08:00 committed by GitHub
parent fd6eb5d187
commit 358d2e1e07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,6 +103,7 @@ OUTER:
}
}
// getVChannels get virtual channels of collection
func (c *Collection) getVChannels() []Channel {
return c.vChannels
}