mocks

package
v1.10.2 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Persistent added in v1.7.1

type Persistent struct {
	mock.Mock
}

Persistent is an autogenerated mock type for the Persistent type

func (*Persistent) AggregateAllTaskJob added in v1.7.1

func (_m *Persistent) AggregateAllTaskJob(ctx context.Context, filter taskqueueworker.Filter) []taskqueueworker.TaskResolver

AggregateAllTaskJob provides a mock function with given fields: ctx, filter

func (*Persistent) CleanJob added in v1.7.1

func (_m *Persistent) CleanJob(ctx context.Context, taskName string)

CleanJob provides a mock function with given fields: ctx, taskName

func (*Persistent) CountAllJob added in v1.7.1

func (_m *Persistent) CountAllJob(ctx context.Context, filter taskqueueworker.Filter) int

CountAllJob provides a mock function with given fields: ctx, filter

func (*Persistent) FindAllJob added in v1.7.1

func (_m *Persistent) FindAllJob(ctx context.Context, filter taskqueueworker.Filter) []taskqueueworker.Job

FindAllJob provides a mock function with given fields: ctx, filter

func (*Persistent) FindJobByID added in v1.7.1

func (_m *Persistent) FindJobByID(ctx context.Context, id string) (*taskqueueworker.Job, error)

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

func (*Persistent) SaveJob added in v1.7.1

func (_m *Persistent) SaveJob(ctx context.Context, job *taskqueueworker.Job)

SaveJob provides a mock function with given fields: ctx, job

func (*Persistent) UpdateAllStatus added in v1.7.1

func (_m *Persistent) UpdateAllStatus(ctx context.Context, taskName string, currentStatus []taskqueueworker.JobStatusEnum, updatedStatus taskqueueworker.JobStatusEnum)

UpdateAllStatus provides a mock function with given fields: ctx, taskName, currentStatus, updatedStatus

type QueueStorage

type QueueStorage struct {
	mock.Mock
}

QueueStorage is an autogenerated mock type for the QueueStorage type

func (*QueueStorage) Clear

func (_m *QueueStorage) Clear(taskName string)

Clear provides a mock function with given fields: taskName

func (*QueueStorage) NextJob

func (_m *QueueStorage) NextJob(taskName string) string

NextJob provides a mock function with given fields: taskName

func (*QueueStorage) PopJob

func (_m *QueueStorage) PopJob(taskName string) string

PopJob provides a mock function with given fields: taskName

func (*QueueStorage) PushJob

func (_m *QueueStorage) PushJob(job *taskqueueworker.Job)

PushJob provides a mock function with given fields: job

Jump to

Keyboard shortcuts

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