Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action struct {
// contains filtered or unexported fields
}
type ActionMaker ¶
type ActionMaker struct {
// contains filtered or unexported fields
}
func CreateActionMaker ¶
func CreateActionMaker(fnd app.Foundation) *ActionMaker
func (*ActionMaker) Make ¶
func (m *ActionMaker) Make( config *types.StopAction, sl services.ServiceLocator, defaultTimeout int, ) (action.Action, error)
type Maker ¶
type Maker interface { Make( config *types.StopAction, sl services.ServiceLocator, defaultTimeout int, ) (action.Action, error) }
Click to show internal directories.
Click to hide internal directories.