mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for repackFuncType (#13895)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/13921/head
parent
be34b736b0
commit
35021d6cc3
|
@ -52,6 +52,7 @@ type channelsMgr interface {
|
||||||
// getChannelsFuncType returns the channel information according to the collection id.
|
// getChannelsFuncType returns the channel information according to the collection id.
|
||||||
type getChannelsFuncType = func(collectionID UniqueID) (map[vChan]pChan, error)
|
type getChannelsFuncType = func(collectionID UniqueID) (map[vChan]pChan, error)
|
||||||
|
|
||||||
|
// repackFuncType repacks message into message pack.
|
||||||
type repackFuncType = func(tsMsgs []msgstream.TsMsg, hashKeys [][]int32) (map[int32]*msgstream.MsgPack, 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.
|
// getDmlChannelsFunc returns a function about how to get dml channels of a collection.
|
||||||
|
|
Loading…
Reference in New Issue