Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateStateHandler ¶
Types ¶
type Flow ¶
type Flow struct {
Id string
RootAction int
Actions map[int]action.Action
FailureHandler Statehandler
SuccessHandler Statehandler
TerminalActions []int
}
type Statehandler ¶
type Statehandler string
const DELETE Statehandler = "DELETE"
const NOOP Statehandler = "NOOP"
Click to show internal directories.
Click to hide internal directories.