Skip to content

Commit

Permalink
chore: delete obsolete todos
Browse files Browse the repository at this point in the history
  • Loading branch information
rangoo94 committed Jul 25, 2024
1 parent 7d34c93 commit 363594e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ type ActionExecute struct {
Negative bool `json:"n,omitempty"`
}

// TODO: Consider for groups too?
type ActionPause struct {
Ref string `json:"r"`
}
Expand All @@ -31,7 +30,6 @@ type ActionTimeout struct {
Timeout string `json:"t"`
}

// TODO: RetryAction as a conditional GoTo back?
type ActionRetry struct {
Ref string `json:"r"`
Count int32 `json:"c,omitempty"`
Expand Down

0 comments on commit 363594e

Please sign in to comment.