scheduler

package
v0.0.0-...-cc6ace1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 14, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Scheduler

type Scheduler struct {
	mock.Mock
}

Scheduler is an autogenerated mock type for the Scheduler type

func NewScheduler

func NewScheduler(t interface {
	mock.TestingT
	Cleanup(func())
}) *Scheduler

NewScheduler creates a new instance of Scheduler. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*Scheduler) CountSchedules

func (_m *Scheduler) CountSchedules(ctx context.Context, query *q.Query) (int64, error)

CountSchedules provides a mock function with given fields: ctx, query

func (*Scheduler) GetSchedule

func (_m *Scheduler) GetSchedule(ctx context.Context, id int64) (*scheduler.Schedule, error)

GetSchedule provides a mock function with given fields: ctx, id

func (*Scheduler) ListSchedules

func (_m *Scheduler) ListSchedules(ctx context.Context, query *q.Query) ([]*scheduler.Schedule, error)

ListSchedules provides a mock function with given fields: ctx, query

func (*Scheduler) Schedule

func (_m *Scheduler) Schedule(ctx context.Context, vendorType string, vendorID int64, cronType string, cron string, callbackFuncName string, callbackFuncParams interface{}, extraAttrs map[string]interface{}) (int64, error)

Schedule provides a mock function with given fields: ctx, vendorType, vendorID, cronType, cron, callbackFuncName, callbackFuncParams, extraAttrs

func (*Scheduler) UnScheduleByID

func (_m *Scheduler) UnScheduleByID(ctx context.Context, id int64) error

UnScheduleByID provides a mock function with given fields: ctx, id

func (*Scheduler) UnScheduleByVendor

func (_m *Scheduler) UnScheduleByVendor(ctx context.Context, vendorType string, vendorID int64) error

UnScheduleByVendor provides a mock function with given fields: ctx, vendorType, vendorID

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL