Documentation ¶
Index ¶
- type ComplianceCore
- func (_m *ComplianceCore) Done() <-chan struct{}
- func (_m *ComplianceCore) OnBlockRange(originID flow.Identifier, connectedRange []*flow.Block) error
- func (_m *ComplianceCore) OnFinalizedBlock(finalized *flow.Header)
- func (_m *ComplianceCore) Ready() <-chan struct{}
- func (_m *ComplianceCore) Start(_a0 irrecoverable.SignalerContext)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComplianceCore ¶
ComplianceCore is an autogenerated mock type for the complianceCore type
func NewComplianceCore ¶
func NewComplianceCore(t interface { mock.TestingT Cleanup(func()) }) *ComplianceCore
NewComplianceCore creates a new instance of ComplianceCore. 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 (*ComplianceCore) Done ¶
func (_m *ComplianceCore) Done() <-chan struct{}
Done provides a mock function with given fields:
func (*ComplianceCore) OnBlockRange ¶
func (_m *ComplianceCore) OnBlockRange(originID flow.Identifier, connectedRange []*flow.Block) error
OnBlockRange provides a mock function with given fields: originID, connectedRange
func (*ComplianceCore) OnFinalizedBlock ¶
func (_m *ComplianceCore) OnFinalizedBlock(finalized *flow.Header)
OnFinalizedBlock provides a mock function with given fields: finalized
func (*ComplianceCore) Ready ¶
func (_m *ComplianceCore) Ready() <-chan struct{}
Ready provides a mock function with given fields:
func (*ComplianceCore) Start ¶
func (_m *ComplianceCore) Start(_a0 irrecoverable.SignalerContext)
Start provides a mock function with given fields: _a0
Click to show internal directories.
Click to hide internal directories.