[skip ci] Add comments for flow_graph_message.go (#8523)

Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
pull/8525/head
zhenshan.cao 2021-09-24 21:37:57 +08:00 committed by GitHub
parent 34157a4943
commit 2d9b4fedc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -16,7 +16,10 @@ import (
"github.com/milvus-io/milvus/internal/util/flowgraph"
)
// Msg is an interface which has a function named TimeTick
type Msg = flowgraph.Msg
// MsgStreamMsg is an implementation of interface Msg
type MsgStreamMsg = flowgraph.MsgStreamMsg
type insertMsg struct {