mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for insertMsg (#13186)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/13190/head
parent
d6ed860a67
commit
13678141b9
|
@ -27,6 +27,7 @@ type Msg = flowgraph.Msg
|
|||
// MsgStreamMsg is an implementation of interface Msg
|
||||
type MsgStreamMsg = flowgraph.MsgStreamMsg
|
||||
|
||||
// insertMsg is an implementation of interface Msg
|
||||
type insertMsg struct {
|
||||
insertMessages []*msgstream.InsertMsg
|
||||
deleteMessages []*msgstream.DeleteMsg
|
||||
|
|
Loading…
Reference in New Issue