[skip ci] Add desc comments for channelsMgr (#9018)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
pull/9021/head
dragondriver 2021-10-01 15:32:15 +08:00 committed by GitHub
parent 322961caff
commit e6679d559d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)