Documentation ¶
Index ¶
- type Executor
- func (_m *Executor) Execute(ctx context.Context, scheduledTime time.Time, s models.SchedulableEntity) error
- func (_m *Executor) OnExecute(ctx context.Context, scheduledTime time.Time, s models.SchedulableEntity) *Executor_Execute
- func (_m *Executor) OnExecuteMatch(matchers ...interface{}) *Executor_Execute
- type Executor_Execute
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Executor ¶
Executor is an autogenerated mock type for the Executor type
func (*Executor) Execute ¶
func (_m *Executor) Execute(ctx context.Context, scheduledTime time.Time, s models.SchedulableEntity) error
Execute provides a mock function with given fields: ctx, scheduledTime, s
func (*Executor) OnExecute ¶
func (_m *Executor) OnExecute(ctx context.Context, scheduledTime time.Time, s models.SchedulableEntity) *Executor_Execute
func (*Executor) OnExecuteMatch ¶
func (_m *Executor) OnExecuteMatch(matchers ...interface{}) *Executor_Execute
type Executor_Execute ¶
func (Executor_Execute) Return ¶
func (_m Executor_Execute) Return(_a0 error) *Executor_Execute
Click to show internal directories.
Click to hide internal directories.