[skip ci] Add comment for getPChannels (#9174)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
pull/9182/head
bigsheeper 2021-10-04 08:22:51 +08:00 committed by GitHub
parent 95a0cc8741
commit be9ab19b7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ OUTER:
}
}
// getPChannels get physical channels of collection
func (c *Collection) getPChannels() []Channel {
return c.pChannels
}