mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comments for flow_graph_message.go (#8523)
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>pull/8525/head
parent
34157a4943
commit
2d9b4fedc9
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue