mirror of https://github.com/milvus-io/milvus.git
[skip-ci]Fix golint in flow_graph_message.go (#8463)
Signed-off-by: yangxuan <xuan.yang@zilliz.com>pull/8491/head
parent
2539dd4593
commit
e4f0d4bab6
|
@ -18,7 +18,10 @@ import (
|
|||
)
|
||||
|
||||
type (
|
||||
Msg = flowgraph.Msg
|
||||
// Msg is flowgraph.Msg
|
||||
Msg = flowgraph.Msg
|
||||
|
||||
// MsgStreamMsg is flowgraph.MsgStreamMsg
|
||||
MsgStreamMsg = flowgraph.MsgStreamMsg
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue