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) QueryIdentityAPIForVehicle ¶
func (m *MockIdentityAPI) QueryIdentityAPIForVehicle(ethAddress common.Address) (*gateways.VehicleInfo, error)
QueryIdentityAPIForVehicle mocks base method.
type MockIdentityAPIMockRecorder ¶
type MockIdentityAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockIdentityAPIMockRecorder is the mock recorder for MockIdentityAPI.
func (*MockIdentityAPIMockRecorder) QueryIdentityAPIForVehicle ¶
func (mr *MockIdentityAPIMockRecorder) QueryIdentityAPIForVehicle(ethAddress any) *gomock.Call
QueryIdentityAPIForVehicle indicates an expected call of QueryIdentityAPIForVehicle.
Click to show internal directories.
Click to hide internal directories.