operationmocks

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Manager

type Manager struct {
	mock.Mock
}

Manager is an autogenerated mock type for the Manager type

func NewManager added in v1.1.2

func NewManager(t interface {
	mock.TestingT
	Cleanup(func())
}) *Manager

NewManager creates a new instance of Manager. 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 (*Manager) AddOrReuseOperation

func (_m *Manager) AddOrReuseOperation(ctx context.Context, op *core.Operation, hooks ...database.PostCompletionHook) error

AddOrReuseOperation provides a mock function with given fields: ctx, op, hooks

func (*Manager) BulkInsertOperations added in v1.3.0

func (_m *Manager) BulkInsertOperations(ctx context.Context, ops ...*core.Operation) error

BulkInsertOperations provides a mock function with given fields: ctx, ops

func (*Manager) GetOperationByIDCached added in v1.1.0

func (_m *Manager) GetOperationByIDCached(ctx context.Context, opID *fftypes.UUID) (*core.Operation, error)

GetOperationByIDCached provides a mock function with given fields: ctx, opID

func (*Manager) PrepareOperation

func (_m *Manager) PrepareOperation(ctx context.Context, op *core.Operation) (*core.PreparedOperation, error)

PrepareOperation provides a mock function with given fields: ctx, op

func (*Manager) RegisterHandler

func (_m *Manager) RegisterHandler(ctx context.Context, handler operations.OperationHandler, ops []fftypes.FFEnum)

RegisterHandler provides a mock function with given fields: ctx, handler, ops

func (*Manager) ResolveOperationByID added in v1.0.0

func (_m *Manager) ResolveOperationByID(ctx context.Context, opID *fftypes.UUID, op *core.OperationUpdateDTO) error

ResolveOperationByID provides a mock function with given fields: ctx, opID, op

func (*Manager) ResubmitOperations added in v1.3.0

func (_m *Manager) ResubmitOperations(ctx context.Context, txID *fftypes.UUID) (int, []*core.Operation, error)

ResubmitOperations provides a mock function with given fields: ctx, txID

func (*Manager) RetryOperation

func (_m *Manager) RetryOperation(ctx context.Context, opID *fftypes.UUID) (*core.Operation, error)

RetryOperation provides a mock function with given fields: ctx, opID

func (*Manager) RunOperation

func (_m *Manager) RunOperation(ctx context.Context, op *core.PreparedOperation, idempotentSubmit bool) (fftypes.JSONObject, error)

RunOperation provides a mock function with given fields: ctx, op, idempotentSubmit

func (*Manager) Start added in v1.0.0

func (_m *Manager) Start() error

Start provides a mock function with given fields:

func (*Manager) SubmitOperationUpdate added in v1.0.0

func (_m *Manager) SubmitOperationUpdate(update *core.OperationUpdate)

SubmitOperationUpdate provides a mock function with given fields: update

func (*Manager) WaitStop added in v1.0.0

func (_m *Manager) WaitStop()

WaitStop provides a mock function with given fields:

Jump to

Keyboard shortcuts

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