Skip to content

Commit

Permalink
(MAINT) Add support for extra info for steps
Browse files Browse the repository at this point in the history
  • Loading branch information
conormurray95 committed Apr 18, 2023
1 parent 973aa89 commit a612f3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions evaluation/evaluator.go
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ type Node struct {
Id Stage
Label string
Enabled bool
Info string
}

type Edge struct {
Expand Down

0 comments on commit a612f3e

Please sign in to comment.