Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
- type MockAssets
- type MockAssetsMockRecorder
- type MockFilterer
- func (m *MockFilterer) CurrentHeight(arg0 context.Context) uint64
- func (m *MockFilterer) EXPECT() *MockFiltererMockRecorder
- func (m *MockFilterer) FilterCollateralEvents(arg0 context.Context, arg1, arg2 uint64, arg3 ethereum.OnEventFound)
- func (m *MockFilterer) FilterMultisigControlEvents(arg0 context.Context, arg1, arg2 uint64, arg3 ethereum.OnEventFound)
- func (m *MockFilterer) FilterStakingEvents(arg0 context.Context, arg1, arg2 uint64, arg3 ethereum.OnEventFound)
- func (m *MockFilterer) FilterVestingEvents(arg0 context.Context, arg1, arg2 uint64, arg3 ethereum.OnEventFound)
- type MockFiltererMockRecorder
- func (mr *MockFiltererMockRecorder) CurrentHeight(arg0 interface{}) *gomock.Call
- func (mr *MockFiltererMockRecorder) FilterCollateralEvents(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockFiltererMockRecorder) FilterMultisigControlEvents(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockFiltererMockRecorder) FilterStakingEvents(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockFiltererMockRecorder) FilterVestingEvents(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- type MockForwarder
- type MockForwarderMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAssets ¶
type MockAssets struct {
// contains filtered or unexported fields
}
MockAssets is a mock of Assets interface.
func NewMockAssets ¶
func NewMockAssets(ctrl *gomock.Controller) *MockAssets
NewMockAssets creates a new mock instance.
func (*MockAssets) EXPECT ¶
func (m *MockAssets) EXPECT() *MockAssetsMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAssets) GetVegaIDFromEthereumAddress ¶
func (m *MockAssets) GetVegaIDFromEthereumAddress(arg0 string) string
GetVegaIDFromEthereumAddress mocks base method.
type MockAssetsMockRecorder ¶
type MockAssetsMockRecorder struct {
// contains filtered or unexported fields
}
MockAssetsMockRecorder is the mock recorder for MockAssets.
func (*MockAssetsMockRecorder) GetVegaIDFromEthereumAddress ¶
func (mr *MockAssetsMockRecorder) GetVegaIDFromEthereumAddress(arg0 interface{}) *gomock.Call
GetVegaIDFromEthereumAddress indicates an expected call of GetVegaIDFromEthereumAddress.
type MockFilterer ¶
type MockFilterer struct {
// contains filtered or unexported fields
}
MockFilterer is a mock of Filterer interface.
func NewMockFilterer ¶
func NewMockFilterer(ctrl *gomock.Controller) *MockFilterer
NewMockFilterer creates a new mock instance.
func (*MockFilterer) CurrentHeight ¶
func (m *MockFilterer) CurrentHeight(arg0 context.Context) uint64
CurrentHeight mocks base method.
func (*MockFilterer) EXPECT ¶
func (m *MockFilterer) EXPECT() *MockFiltererMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockFilterer) FilterCollateralEvents ¶
func (m *MockFilterer) FilterCollateralEvents(arg0 context.Context, arg1, arg2 uint64, arg3 ethereum.OnEventFound)
FilterCollateralEvents mocks base method.
func (*MockFilterer) FilterMultisigControlEvents ¶
func (m *MockFilterer) FilterMultisigControlEvents(arg0 context.Context, arg1, arg2 uint64, arg3 ethereum.OnEventFound)
FilterMultisigControlEvents mocks base method.
func (*MockFilterer) FilterStakingEvents ¶
func (m *MockFilterer) FilterStakingEvents(arg0 context.Context, arg1, arg2 uint64, arg3 ethereum.OnEventFound)
FilterStakingEvents mocks base method.
func (*MockFilterer) FilterVestingEvents ¶
func (m *MockFilterer) FilterVestingEvents(arg0 context.Context, arg1, arg2 uint64, arg3 ethereum.OnEventFound)
FilterVestingEvents mocks base method.
type MockFiltererMockRecorder ¶
type MockFiltererMockRecorder struct {
// contains filtered or unexported fields
}
MockFiltererMockRecorder is the mock recorder for MockFilterer.
func (*MockFiltererMockRecorder) CurrentHeight ¶
func (mr *MockFiltererMockRecorder) CurrentHeight(arg0 interface{}) *gomock.Call
CurrentHeight indicates an expected call of CurrentHeight.
func (*MockFiltererMockRecorder) FilterCollateralEvents ¶
func (mr *MockFiltererMockRecorder) FilterCollateralEvents(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
FilterCollateralEvents indicates an expected call of FilterCollateralEvents.
func (*MockFiltererMockRecorder) FilterMultisigControlEvents ¶
func (mr *MockFiltererMockRecorder) FilterMultisigControlEvents(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
FilterMultisigControlEvents indicates an expected call of FilterMultisigControlEvents.
func (*MockFiltererMockRecorder) FilterStakingEvents ¶
func (mr *MockFiltererMockRecorder) FilterStakingEvents(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
FilterStakingEvents indicates an expected call of FilterStakingEvents.
func (*MockFiltererMockRecorder) FilterVestingEvents ¶
func (mr *MockFiltererMockRecorder) FilterVestingEvents(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
FilterVestingEvents indicates an expected call of FilterVestingEvents.
type MockForwarder ¶
type MockForwarder struct {
// contains filtered or unexported fields
}
MockForwarder is a mock of Forwarder interface.
func NewMockForwarder ¶
func NewMockForwarder(ctrl *gomock.Controller) *MockForwarder
NewMockForwarder creates a new mock instance.
func (*MockForwarder) EXPECT ¶
func (m *MockForwarder) EXPECT() *MockForwarderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockForwarder) ForwardFromSelf ¶
func (m *MockForwarder) ForwardFromSelf(arg0 *v1.ChainEvent)
ForwardFromSelf mocks base method.
type MockForwarderMockRecorder ¶
type MockForwarderMockRecorder struct {
// contains filtered or unexported fields
}
MockForwarderMockRecorder is the mock recorder for MockForwarder.
func (*MockForwarderMockRecorder) ForwardFromSelf ¶
func (mr *MockForwarderMockRecorder) ForwardFromSelf(arg0 interface{}) *gomock.Call
ForwardFromSelf indicates an expected call of ForwardFromSelf.