mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 04:49:08 +08:00
[skip-ci]Fix golint in flow_graph_message.go (#8463)
Signed-off-by: yangxuan <xuan.yang@zilliz.com>
This commit is contained in:
parent
2539dd4593
commit
e4f0d4bab6
@ -18,7 +18,10 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type (
|
type (
|
||||||
|
// Msg is flowgraph.Msg
|
||||||
Msg = flowgraph.Msg
|
Msg = flowgraph.Msg
|
||||||
|
|
||||||
|
// MsgStreamMsg is flowgraph.MsgStreamMsg
|
||||||
MsgStreamMsg = flowgraph.MsgStreamMsg
|
MsgStreamMsg = flowgraph.MsgStreamMsg
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user