mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add desc comments for channelsMgr (#9018)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/9021/head
parent
322961caff
commit
e6679d559d
|
@ -33,6 +33,7 @@ import (
|
||||||
"go.uber.org/zap"
|
"go.uber.org/zap"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// channelsMgr manages the pchans, vchans and related message stream of collections.
|
||||||
type channelsMgr interface {
|
type channelsMgr interface {
|
||||||
getChannels(collectionID UniqueID) ([]pChan, error)
|
getChannels(collectionID UniqueID) ([]pChan, error)
|
||||||
getVChannels(collectionID UniqueID) ([]vChan, error)
|
getVChannels(collectionID UniqueID) ([]vChan, error)
|
||||||
|
|
Loading…
Reference in New Issue