mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-29 18:38:44 +08:00
[skip e2e] Check the syntax of chap04_message_stream (#14651)
Signed-off-by: min.tian <min.tian.cn@gmail.com>
This commit is contained in:
parent
106387fb03
commit
bde6ee43c1
@ -173,7 +173,7 @@ type RepackFunc func(msgs []TsMsg, hashKeys [][]int32) (map[int32]*MsgPack, erro
|
||||
// Interface
|
||||
type UnmarshalFunc func(interface{}) (TsMsg, error)
|
||||
|
||||
// UnmarshalDispatcher is an interface contains method Unmarshal
|
||||
// UnmarshalDispatcher is an interface that contains method Unmarshal
|
||||
type UnmarshalDispatcher interface {
|
||||
Unmarshal(input interface{}, msgType commonpb.MsgType) (TsMsg, error)
|
||||
AddMsgTemplate(msgType commonpb.MsgType, unmarshalFunc UnmarshalFunc)
|
||||
|
Loading…
Reference in New Issue
Block a user