[skip ci] Add comment for insertMsg (#13186)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
pull/13190/head
bigsheeper 2021-12-10 18:33:23 +08:00 committed by GitHub
parent d6ed860a67
commit 13678141b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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