Skip to content

Commit

Permalink
update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
NortonBen committed Apr 3, 2024
1 parent 26acea9 commit 84ff409
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
/dipper-engine
/plugins/
/coverage.out
/examples/base/go.sum
1 change: 1 addition & 0 deletions data/input.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ type InputEngine struct {
FromEngine string `json:"from_engine"`
ToEngine string `json:"to_engine"`
Node *NodeRule `json:"node"`
MetaData map[string]interface{} `json:"meta_data"`
Data map[string]interface{} `json:"data"`
BranchMain string `json:"branch_main"`
Type TypeOutputEngine `json:"type"`
Expand Down

0 comments on commit 84ff409

Please sign in to comment.