mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for getDmlChannelsFunc (#13782)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/13785/head
parent
2da7f528e8
commit
fa37e6f954
|
@ -52,6 +52,7 @@ type channelsMgr interface {
|
|||
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.
|
||||
func getDmlChannelsFunc(ctx context.Context, rc types.RootCoord) getChannelsFuncType {
|
||||
return func(collectionID UniqueID) (map[vChan]pChan, error) {
|
||||
req := &milvuspb.DescribeCollectionRequest{
|
||||
|
|
Loading…
Reference in New Issue