Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bridge ¶
Bridge is an autogenerated mock type for the Bridge type
func NewBridge ¶
NewBridge creates a new instance of Bridge. 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 (*Bridge) ExecuteJob ¶
ExecuteJob provides a mock function with given fields: ctx, jcfg
func (*Bridge) VerifyJob ¶
func (_m *Bridge) VerifyJob(ctx types.Context, definition []byte, payload []byte, refID string) error
VerifyJob provides a mock function with given fields: ctx, definition, payload, refID
func (*Bridge) XChainReferenceIDs ¶
XChainReferenceIDs provides a mock function with given fields: _a0
func (*Bridge) XChainType ¶
XChainType provides a mock function with given fields:
type FundCollecter ¶ added in v0.10.2
FundCollecter is an autogenerated mock type for the FundCollecter type
func NewFundCollecter ¶ added in v0.10.2
func NewFundCollecter(t interface { mock.TestingT Cleanup(func()) }, ) *FundCollecter
NewFundCollecter creates a new instance of FundCollecter. 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 (*FundCollecter) CollectJobFundEvents ¶ added in v0.10.2
func (_m *FundCollecter) CollectJobFundEvents(ctx types.Context) error
CollectJobFundEvents provides a mock function with given fields: ctx