Documentation
¶
Index ¶
- type Manager
- func (_m *Manager) AddOrReuseOperation(ctx context.Context, op *fftypes.Operation) error
- func (_m *Manager) PrepareOperation(ctx context.Context, op *fftypes.Operation) (*fftypes.PreparedOperation, error)
- func (_m *Manager) RegisterHandler(ctx context.Context, handler operations.OperationHandler, ops []fftypes.FFEnum)
- func (_m *Manager) RetryOperation(ctx context.Context, ns string, opID *fftypes.UUID) (*fftypes.Operation, error)
- func (_m *Manager) RunOperation(ctx context.Context, op *fftypes.PreparedOperation, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
Manager is an autogenerated mock type for the Manager type
func (*Manager) AddOrReuseOperation ¶
AddOrReuseOperation provides a mock function with given fields: ctx, op
func (*Manager) PrepareOperation ¶
func (_m *Manager) PrepareOperation(ctx context.Context, op *fftypes.Operation) (*fftypes.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) RetryOperation ¶
func (_m *Manager) RetryOperation(ctx context.Context, ns string, opID *fftypes.UUID) (*fftypes.Operation, error)
RetryOperation provides a mock function with given fields: ctx, ns, opID
func (*Manager) RunOperation ¶
func (_m *Manager) RunOperation(ctx context.Context, op *fftypes.PreparedOperation, options ...operations.RunOperationOption) error
RunOperation provides a mock function with given fields: ctx, op, options
Click to show internal directories.
Click to hide internal directories.