Documentation ¶
Index ¶
- type ProviderEngine
- func (_m *ProviderEngine) BroadcastExecutionReceipt(_a0 context.Context, _a1 uint64, _a2 *flow.ExecutionReceipt) (bool, error)
- func (_m *ProviderEngine) Done() <-chan struct{}
- func (_m *ProviderEngine) Process(channel channels.Channel, originID flow.Identifier, message interface{}) error
- func (_m *ProviderEngine) Ready() <-chan struct{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProviderEngine ¶
ProviderEngine is an autogenerated mock type for the ProviderEngine type
func NewProviderEngine ¶ added in v0.26.1
func NewProviderEngine(t mockConstructorTestingTNewProviderEngine) *ProviderEngine
NewProviderEngine creates a new instance of ProviderEngine. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*ProviderEngine) BroadcastExecutionReceipt ¶
func (_m *ProviderEngine) BroadcastExecutionReceipt(_a0 context.Context, _a1 uint64, _a2 *flow.ExecutionReceipt) (bool, error)
BroadcastExecutionReceipt provides a mock function with given fields: _a0, _a1, _a2
func (*ProviderEngine) Done ¶ added in v0.23.0
func (_m *ProviderEngine) Done() <-chan struct{}
Done provides a mock function with given fields:
func (*ProviderEngine) Process ¶
func (_m *ProviderEngine) Process(channel channels.Channel, originID flow.Identifier, message interface{}) error
Process provides a mock function with given fields: channel, originID, message
func (*ProviderEngine) Ready ¶ added in v0.23.0
func (_m *ProviderEngine) Ready() <-chan struct{}
Ready provides a mock function with given fields:
Click to show internal directories.
Click to hide internal directories.