mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for getPChannels (#9174)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/9182/head
parent
95a0cc8741
commit
be9ab19b7e
|
@ -129,6 +129,7 @@ OUTER:
|
|||
}
|
||||
}
|
||||
|
||||
// getPChannels get physical channels of collection
|
||||
func (c *Collection) getPChannels() []Channel {
|
||||
return c.pChannels
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue