Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionMaker ¶
type ActionMaker interface {
MakeAction(config types.Action, sl services.ServiceLocator, defaultTimeout int) (action.Action, error)
}
func CreateActionMaker ¶
func CreateActionMaker( fnd app.Foundation, expectationsMaker expectations.Maker, parametersMaker parameters.Maker, runtimeMaker runtime.Maker, ) ActionMaker
Click to show internal directories.
Click to hide internal directories.