Documentation ¶
Index ¶
- type IntervalActionLoader
- func (_m *IntervalActionLoader) IntervalActionById(id string) (models.IntervalAction, error)
- func (_m *IntervalActionLoader) IntervalActionByName(name string) (models.IntervalAction, error)
- func (_m *IntervalActionLoader) IntervalActions() ([]models.IntervalAction, error)
- func (_m *IntervalActionLoader) IntervalActionsWithLimit(limit int) ([]models.IntervalAction, error)
- func (_m *IntervalActionLoader) IntervalById(id string) (models.Interval, error)
- func (_m *IntervalActionLoader) IntervalByName(name string) (models.Interval, error)
- func (_m *IntervalActionLoader) Intervals() ([]models.Interval, error)
- func (_m *IntervalActionLoader) IntervalsWithLimit(limit int) ([]models.Interval, error)
- type IntervalActionWriter
- func (_m *IntervalActionWriter) AddIntervalAction(interval models.IntervalAction) (string, error)
- func (_m *IntervalActionWriter) IntervalActionById(id string) (models.IntervalAction, error)
- func (_m *IntervalActionWriter) IntervalActionByName(name string) (models.IntervalAction, error)
- func (_m *IntervalActionWriter) IntervalActions() ([]models.IntervalAction, error)
- func (_m *IntervalActionWriter) IntervalActionsWithLimit(limit int) ([]models.IntervalAction, error)
- func (_m *IntervalActionWriter) IntervalById(id string) (models.Interval, error)
- func (_m *IntervalActionWriter) IntervalByName(name string) (models.Interval, error)
- func (_m *IntervalActionWriter) Intervals() ([]models.Interval, error)
- func (_m *IntervalActionWriter) IntervalsWithLimit(limit int) ([]models.Interval, error)
- type SchedulerQueueWriter
- func (_m *SchedulerQueueWriter) AddIntervalActionToQueue(interval models.IntervalAction) error
- func (_m *SchedulerQueueWriter) QueryIntervalActionByID(intervalActionId string) (models.IntervalAction, error)
- func (_m *SchedulerQueueWriter) QueryIntervalActionByName(intervalActionName string) (models.IntervalAction, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntervalActionLoader ¶
IntervalActionLoader is an autogenerated mock type for the IntervalActionLoader type
func (*IntervalActionLoader) IntervalActionById ¶
func (_m *IntervalActionLoader) IntervalActionById(id string) (models.IntervalAction, error)
IntervalActionById provides a mock function with given fields: id
func (*IntervalActionLoader) IntervalActionByName ¶
func (_m *IntervalActionLoader) IntervalActionByName(name string) (models.IntervalAction, error)
IntervalActionByName provides a mock function with given fields: name
func (*IntervalActionLoader) IntervalActions ¶
func (_m *IntervalActionLoader) IntervalActions() ([]models.IntervalAction, error)
IntervalActions provides a mock function with given fields:
func (*IntervalActionLoader) IntervalActionsWithLimit ¶
func (_m *IntervalActionLoader) IntervalActionsWithLimit(limit int) ([]models.IntervalAction, error)
IntervalActionsWithLimit provides a mock function with given fields: limit
func (*IntervalActionLoader) IntervalById ¶
func (_m *IntervalActionLoader) IntervalById(id string) (models.Interval, error)
IntervalById provides a mock function with given fields: id
func (*IntervalActionLoader) IntervalByName ¶
func (_m *IntervalActionLoader) IntervalByName(name string) (models.Interval, error)
IntervalByName provides a mock function with given fields: name
func (*IntervalActionLoader) Intervals ¶
func (_m *IntervalActionLoader) Intervals() ([]models.Interval, error)
Intervals provides a mock function with given fields:
func (*IntervalActionLoader) IntervalsWithLimit ¶
func (_m *IntervalActionLoader) IntervalsWithLimit(limit int) ([]models.Interval, error)
IntervalsWithLimit provides a mock function with given fields: limit
type IntervalActionWriter ¶
IntervalActionWriter is an autogenerated mock type for the IntervalActionWriter type
func (*IntervalActionWriter) AddIntervalAction ¶
func (_m *IntervalActionWriter) AddIntervalAction(interval models.IntervalAction) (string, error)
AddIntervalAction provides a mock function with given fields: interval
func (*IntervalActionWriter) IntervalActionById ¶
func (_m *IntervalActionWriter) IntervalActionById(id string) (models.IntervalAction, error)
IntervalActionById provides a mock function with given fields: id
func (*IntervalActionWriter) IntervalActionByName ¶
func (_m *IntervalActionWriter) IntervalActionByName(name string) (models.IntervalAction, error)
IntervalActionByName provides a mock function with given fields: name
func (*IntervalActionWriter) IntervalActions ¶
func (_m *IntervalActionWriter) IntervalActions() ([]models.IntervalAction, error)
IntervalActions provides a mock function with given fields:
func (*IntervalActionWriter) IntervalActionsWithLimit ¶
func (_m *IntervalActionWriter) IntervalActionsWithLimit(limit int) ([]models.IntervalAction, error)
IntervalActionsWithLimit provides a mock function with given fields: limit
func (*IntervalActionWriter) IntervalById ¶
func (_m *IntervalActionWriter) IntervalById(id string) (models.Interval, error)
IntervalById provides a mock function with given fields: id
func (*IntervalActionWriter) IntervalByName ¶
func (_m *IntervalActionWriter) IntervalByName(name string) (models.Interval, error)
IntervalByName provides a mock function with given fields: name
func (*IntervalActionWriter) Intervals ¶
func (_m *IntervalActionWriter) Intervals() ([]models.Interval, error)
Intervals provides a mock function with given fields:
func (*IntervalActionWriter) IntervalsWithLimit ¶
func (_m *IntervalActionWriter) IntervalsWithLimit(limit int) ([]models.Interval, error)
IntervalsWithLimit provides a mock function with given fields: limit
type SchedulerQueueWriter ¶
SchedulerQueueWriter is an autogenerated mock type for the SchedulerQueueWriter type
func (*SchedulerQueueWriter) AddIntervalActionToQueue ¶
func (_m *SchedulerQueueWriter) AddIntervalActionToQueue(interval models.IntervalAction) error
AddIntervalActionToQueue provides a mock function with given fields: interval
func (*SchedulerQueueWriter) QueryIntervalActionByID ¶
func (_m *SchedulerQueueWriter) QueryIntervalActionByID(intervalActionId string) (models.IntervalAction, error)
QueryIntervalActionByID provides a mock function with given fields: intervalActionId
func (*SchedulerQueueWriter) QueryIntervalActionByName ¶
func (_m *SchedulerQueueWriter) QueryIntervalActionByName(intervalActionName string) (models.IntervalAction, error)
QueryIntervalActionByName provides a mock function with given fields: intervalActionName