mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 10:08:42 +08:00
[skip e2e] Add comment for newChannelsMgrImpl (#14750)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>
This commit is contained in:
parent
cd43b12a77
commit
deff7de3ac
@ -507,6 +507,7 @@ func (mgr *channelsMgrImpl) removeAllDMLStream() error {
|
|||||||
return mgr.dmlChannelsMgr.removeAllStream()
|
return mgr.dmlChannelsMgr.removeAllStream()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// newChannelsMgrImpl constructs a channels manager.
|
||||||
func newChannelsMgrImpl(
|
func newChannelsMgrImpl(
|
||||||
getDmlChannelsFunc getChannelsFuncType,
|
getDmlChannelsFunc getChannelsFuncType,
|
||||||
dmlRepackFunc repackFuncType,
|
dmlRepackFunc repackFuncType,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user