# Functions
No description provided by the author
No description provided by the author
NewMockActionHandler creates a new instance of MockActionHandler.
NewMockTaskHandler creates a new instance of MockTaskHandler.
# Structs
The ActionHandlerContext passed to action handlers.
MockActionHandler is an autogenerated mock type for the ActionHandler type.
MockActionHandler_ComposeAction_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ComposeAction'.
No description provided by the author
MockTaskHandler is an autogenerated mock type for the TaskHandler type.
No description provided by the author
MockTaskHandler_Initialize_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Initialize'.
MockTaskHandler_OnFailure_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'OnFailure'.
MockTaskHandler_OnSuccess_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'OnSuccess'.
MockTaskHandler_PlanActions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PlanActions'.
MockTaskHandler_Publish_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Publish'.
MockTaskHandler_Query_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Query'.
A Runner instance runs a single task, to install firmware on one or more server components.
The TaskHandlerContext is passed to task handlers.