Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAdapter ¶
type MockAdapter struct {
// contains filtered or unexported fields
}
MockAdapter is a mock of Adapter interface
func NewMockAdapter ¶
func NewMockAdapter(ctrl *gomock.Controller) *MockAdapter
NewMockAdapter creates a new mock instance
func (*MockAdapter) EXPECT ¶
func (m *MockAdapter) EXPECT() *MockAdapterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockAdapter) EventFromLog ¶
func (m *MockAdapter) EventFromLog(out interface{}, lg *types.Log, eventType string) error
EventFromLog mocks base method
func (*MockAdapter) GetContractAddress ¶
func (m *MockAdapter) GetContractAddress() string
GetContractAddress mocks base method
type MockAdapterMockRecorder ¶
type MockAdapterMockRecorder struct {
// contains filtered or unexported fields
}
MockAdapterMockRecorder is the mock recorder for MockAdapter
func (*MockAdapterMockRecorder) EventFromLog ¶
func (mr *MockAdapterMockRecorder) EventFromLog(out, lg, eventType interface{}) *gomock.Call
EventFromLog indicates an expected call of EventFromLog
func (*MockAdapterMockRecorder) GetContractAddress ¶
func (mr *MockAdapterMockRecorder) GetContractAddress() *gomock.Call
GetContractAddress indicates an expected call of GetContractAddress
Click to show internal directories.
Click to hide internal directories.