Documentation ¶
Index ¶
- type Processor
- func (_m *Processor) ExternalAccount() chain.ExternalAccount
- func (_m *Processor) HealthCheck(ctx context.Context) error
- func (_m *Processor) IsRightChain(ctx context.Context) error
- func (_m *Processor) ProcessMessages(_a0 context.Context, _a1 string, _a2 []chain.MessageWithSignatures) error
- func (_m *Processor) ProvideEvidence(_a0 context.Context, _a1 string, _a2 []chain.MessageWithSignatures) error
- func (_m *Processor) SignMessages(ctx context.Context, queueTypeName string, messages ...chain.QueuedMessage) ([]chain.SignedQueuedMessage, error)
- func (_m *Processor) SupportedQueues() []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Processor ¶
Processor is an autogenerated mock type for the Processor type
func NewProcessor ¶
func NewProcessor(t mockConstructorTestingTNewProcessor) *Processor
NewProcessor creates a new instance of Processor. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*Processor) ExternalAccount ¶
func (_m *Processor) ExternalAccount() chain.ExternalAccount
ExternalAccount provides a mock function with given fields:
func (*Processor) HealthCheck ¶ added in v0.7.0
HealthCheck provides a mock function with given fields: ctx
func (*Processor) IsRightChain ¶
IsRightChain provides a mock function with given fields: ctx
func (*Processor) ProcessMessages ¶
func (_m *Processor) ProcessMessages(_a0 context.Context, _a1 string, _a2 []chain.MessageWithSignatures) error
ProcessMessages provides a mock function with given fields: _a0, _a1, _a2
func (*Processor) ProvideEvidence ¶ added in v0.4.0
func (_m *Processor) ProvideEvidence(_a0 context.Context, _a1 string, _a2 []chain.MessageWithSignatures) error
ProvideEvidence provides a mock function with given fields: _a0, _a1, _a2
func (*Processor) SignMessages ¶
func (_m *Processor) SignMessages(ctx context.Context, queueTypeName string, messages ...chain.QueuedMessage) ([]chain.SignedQueuedMessage, error)
SignMessages provides a mock function with given fields: ctx, queueTypeName, messages
func (*Processor) SupportedQueues ¶
SupportedQueues provides a mock function with given fields: