mirror of
https://github.com/oarkflow/mq.git
synced 2025-10-28 17:11:48 +08:00
update
This commit is contained in:
@@ -136,6 +136,7 @@ type Data struct {
|
||||
type Node struct {
|
||||
Name string `json:"name,omitempty" yaml:"name,omitempty"`
|
||||
ID string `json:"id" yaml:"id"`
|
||||
NodeKey string `json:"node_key" yaml:"node_key"`
|
||||
Node string `json:"node" yaml:"node"`
|
||||
Data Data `json:"data" yaml:"data"`
|
||||
FirstNode bool `json:"first_node" yaml:"first_node"`
|
||||
|
||||
Reference in New Issue
Block a user