Documentation ¶
Overview ¶
Code generated by MockGen. DO NOT EDIT. Source: identity_api.go
Generated by this command:
mockgen -source identity_api.go -destination mocks/identity_api_mock.go
Package mock_gateways is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIdentityAPI ¶
type MockIdentityAPI struct {
// contains filtered or unexported fields
}
MockIdentityAPI is a mock of IdentityAPI interface.
func NewMockIdentityAPI ¶
func NewMockIdentityAPI(ctrl *gomock.Controller) *MockIdentityAPI
NewMockIdentityAPI creates a new mock instance.
func (*MockIdentityAPI) EXPECT ¶
func (m *MockIdentityAPI) EXPECT() *MockIdentityAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIdentityAPI) GetVehicleByDeviceAddr ¶ added in v0.10.9
func (m *MockIdentityAPI) GetVehicleByDeviceAddr(ethAddress common.Address) (*gateways.VehicleInfo, error)
GetVehicleByDeviceAddr mocks base method.
type MockIdentityAPIMockRecorder ¶
type MockIdentityAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockIdentityAPIMockRecorder is the mock recorder for MockIdentityAPI.
func (*MockIdentityAPIMockRecorder) GetVehicleByDeviceAddr ¶ added in v0.10.9
func (mr *MockIdentityAPIMockRecorder) GetVehicleByDeviceAddr(ethAddress any) *gomock.Call
GetVehicleByDeviceAddr indicates an expected call of GetVehicleByDeviceAddr.
Click to show internal directories.
Click to hide internal directories.