Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNilOptions is returned when Execute receives nil options. ErrNilOptions = errors.New("action: nil options given") // ErrNilLogger is returned when ExecuteOptions.Logger is nil. ErrNilLogger = errors.New("action: nil logger given") )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.