Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AppRunErr = errors.New("An error occurred running the application")
View Source
var AppSetupErr = errors.New("An error occurred setting up the application")
View Source
var AppTeardownErr = errors.New("An error occurred tearing down the application")
View Source
var UnknownActionErr = errors.New(
"The supplied enum value has no associated action",
)
Functions ¶
Types ¶
type ActionRegistry ¶
func (ActionRegistry) PerformAction ¶
func (a ActionRegistry) PerformAction(e enum.Value) error
Click to show internal directories.
Click to hide internal directories.