# Functions
NewMockTask creates a new mock instance.
NewMockTaskExecutor creates a new mock instance.
TaskDetails returns task details as a map.
# Structs
MockTask is a mock of Task interface.
MockTaskExecutor is a mock of TaskExecutor interface.
MockTaskExecutorMockRecorder is the mock recorder for MockTaskExecutor.
MockTaskMockRecorder is the mock recorder for MockTask.
TaskBase implements basic Task methods.
# Interfaces
Task is the interface implemented by executor used for execute tasks and get task information.
TaskExecutor is the interface implemented by executor used for validate task parameters and create tasks.