mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e] Add comment for getChannelsFuncType (#13781)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>
This commit is contained in:
parent
df6333447c
commit
3edfafbfe0
@ -49,7 +49,9 @@ type channelsMgr interface {
|
||||
removeAllDMLStream() error
|
||||
}
|
||||
|
||||
// getChannelsFuncType returns the channel information according to the collection id.
|
||||
type getChannelsFuncType = func(collectionID UniqueID) (map[vChan]pChan, error)
|
||||
|
||||
type repackFuncType = func(tsMsgs []msgstream.TsMsg, hashKeys [][]int32) (map[int32]*msgstream.MsgPack, error)
|
||||
|
||||
// getDmlChannelsFunc returns a function about how to get dml channels of a collection.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user