mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for newChannelsMgrImpl (#14750)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/14779/head
parent
cd43b12a77
commit
deff7de3ac
|
@ -507,6 +507,7 @@ func (mgr *channelsMgrImpl) removeAllDMLStream() error {
|
|||
return mgr.dmlChannelsMgr.removeAllStream()
|
||||
}
|
||||
|
||||
// newChannelsMgrImpl constructs a channels manager.
|
||||
func newChannelsMgrImpl(
|
||||
getDmlChannelsFunc getChannelsFuncType,
|
||||
dmlRepackFunc repackFuncType,
|
||||
|
|
Loading…
Reference in New Issue