This commit is contained in:
Oarkflow
2025-08-09 20:20:51 +05:45
parent e51641f402
commit 4364ce4d79
7 changed files with 139 additions and 19 deletions

View File

@@ -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"`