mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 03:18:29 +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 (
|
||||
Msg = flowgraph.Msg
|
||||
// Msg is flowgraph.Msg
|
||||
Msg = flowgraph.Msg
|
||||
|
||||
// MsgStreamMsg is flowgraph.MsgStreamMsg
|
||||
MsgStreamMsg = flowgraph.MsgStreamMsg
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user