Documentation ¶
Overview ¶
Package mock_services is a generated GoMock package.
Package mock_services is a generated GoMock package.
Package mock_services is a generated GoMock package.
Package mock_services is a generated GoMock package.
Package mock_services is a generated GoMock package.
Index ¶
- type MockDrivlyValuationService
- func (m *MockDrivlyValuationService) EXPECT() *MockDrivlyValuationServiceMockRecorder
- func (m *MockDrivlyValuationService) PullOffer(ctx context.Context, userDeviceID string) (models.DataPullStatusEnum, error)
- func (m *MockDrivlyValuationService) PullValuation(ctx context.Context, userDeiceID, deviceDefinitionID, vin string) (models.DataPullStatusEnum, error)
- type MockDrivlyValuationServiceMockRecorder
- type MockUserDeviceAPIService
- func (m *MockUserDeviceAPIService) CanRequestInstantOffer(ctx context.Context, userDeviceID string) (bool, error)
- func (m *MockUserDeviceAPIService) EXPECT() *MockUserDeviceAPIServiceMockRecorder
- func (m *MockUserDeviceAPIService) GetAllUserDevice(ctx context.Context, wmi string) ([]*grpc.UserDevice, error)
- func (m *MockUserDeviceAPIService) GetUserDevice(ctx context.Context, userDeviceID string) (*grpc.UserDevice, error)
- func (m *MockUserDeviceAPIService) GetUserDeviceOffers(ctx context.Context, userDeviceID string) (*models.DeviceOffer, error)
- func (m *MockUserDeviceAPIService) GetUserDeviceValuations(ctx context.Context, userDeviceID, countryCode string) (*models.DeviceValuation, error)
- func (m *MockUserDeviceAPIService) LastRequestDidGiveError(ctx context.Context, userDeviceID string) (bool, error)
- func (m *MockUserDeviceAPIService) UpdateUserDeviceMetadata(ctx context.Context, request *grpc.UpdateUserDeviceMetadataRequest) error
- type MockUserDeviceAPIServiceMockRecorder
- func (mr *MockUserDeviceAPIServiceMockRecorder) CanRequestInstantOffer(ctx, userDeviceID interface{}) *gomock.Call
- func (mr *MockUserDeviceAPIServiceMockRecorder) GetAllUserDevice(ctx, wmi interface{}) *gomock.Call
- func (mr *MockUserDeviceAPIServiceMockRecorder) GetUserDevice(ctx, userDeviceID interface{}) *gomock.Call
- func (mr *MockUserDeviceAPIServiceMockRecorder) GetUserDeviceOffers(ctx, userDeviceID interface{}) *gomock.Call
- func (mr *MockUserDeviceAPIServiceMockRecorder) GetUserDeviceValuations(ctx, userDeviceID, countryCode interface{}) *gomock.Call
- func (mr *MockUserDeviceAPIServiceMockRecorder) LastRequestDidGiveError(ctx, userDeviceID interface{}) *gomock.Call
- func (mr *MockUserDeviceAPIServiceMockRecorder) UpdateUserDeviceMetadata(ctx, request interface{}) *gomock.Call
- type MockUserDeviceDataAPIService
- type MockUserDeviceDataAPIServiceMockRecorder
- type MockVincarioAPIService
- type MockVincarioAPIServiceMockRecorder
- type MockVincarioValuationService
- type MockVincarioValuationServiceMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockDrivlyValuationService ¶ added in v0.1.8
type MockDrivlyValuationService struct {
// contains filtered or unexported fields
}
MockDrivlyValuationService is a mock of DrivlyValuationService interface.
func NewMockDrivlyValuationService ¶ added in v0.1.8
func NewMockDrivlyValuationService(ctrl *gomock.Controller) *MockDrivlyValuationService
NewMockDrivlyValuationService creates a new mock instance.
func (*MockDrivlyValuationService) EXPECT ¶ added in v0.1.8
func (m *MockDrivlyValuationService) EXPECT() *MockDrivlyValuationServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockDrivlyValuationService) PullOffer ¶ added in v0.2.3
func (m *MockDrivlyValuationService) PullOffer(ctx context.Context, userDeviceID string) (models.DataPullStatusEnum, error)
PullOffer mocks base method.
func (*MockDrivlyValuationService) PullValuation ¶ added in v0.1.8
func (m *MockDrivlyValuationService) PullValuation(ctx context.Context, userDeiceID, deviceDefinitionID, vin string) (models.DataPullStatusEnum, error)
PullValuation mocks base method.
type MockDrivlyValuationServiceMockRecorder ¶ added in v0.1.8
type MockDrivlyValuationServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockDrivlyValuationServiceMockRecorder is the mock recorder for MockDrivlyValuationService.
func (*MockDrivlyValuationServiceMockRecorder) PullOffer ¶ added in v0.2.3
func (mr *MockDrivlyValuationServiceMockRecorder) PullOffer(ctx, userDeviceID interface{}) *gomock.Call
PullOffer indicates an expected call of PullOffer.
func (*MockDrivlyValuationServiceMockRecorder) PullValuation ¶ added in v0.1.8
func (mr *MockDrivlyValuationServiceMockRecorder) PullValuation(ctx, userDeiceID, deviceDefinitionID, vin interface{}) *gomock.Call
PullValuation indicates an expected call of PullValuation.
type MockUserDeviceAPIService ¶
type MockUserDeviceAPIService struct {
// contains filtered or unexported fields
}
MockUserDeviceAPIService is a mock of UserDeviceAPIService interface.
func NewMockUserDeviceAPIService ¶
func NewMockUserDeviceAPIService(ctrl *gomock.Controller) *MockUserDeviceAPIService
NewMockUserDeviceAPIService creates a new mock instance.
func (*MockUserDeviceAPIService) CanRequestInstantOffer ¶ added in v0.2.13
func (m *MockUserDeviceAPIService) CanRequestInstantOffer(ctx context.Context, userDeviceID string) (bool, error)
CanRequestInstantOffer mocks base method.
func (*MockUserDeviceAPIService) EXPECT ¶
func (m *MockUserDeviceAPIService) EXPECT() *MockUserDeviceAPIServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockUserDeviceAPIService) GetAllUserDevice ¶
func (m *MockUserDeviceAPIService) GetAllUserDevice(ctx context.Context, wmi string) ([]*grpc.UserDevice, error)
GetAllUserDevice mocks base method.
func (*MockUserDeviceAPIService) GetUserDevice ¶
func (m *MockUserDeviceAPIService) GetUserDevice(ctx context.Context, userDeviceID string) (*grpc.UserDevice, error)
GetUserDevice mocks base method.
func (*MockUserDeviceAPIService) GetUserDeviceOffers ¶ added in v0.2.0
func (m *MockUserDeviceAPIService) GetUserDeviceOffers(ctx context.Context, userDeviceID string) (*models.DeviceOffer, error)
GetUserDeviceOffers mocks base method.
func (*MockUserDeviceAPIService) GetUserDeviceValuations ¶ added in v0.2.0
func (m *MockUserDeviceAPIService) GetUserDeviceValuations(ctx context.Context, userDeviceID, countryCode string) (*models.DeviceValuation, error)
GetUserDeviceValuations mocks base method.
func (*MockUserDeviceAPIService) LastRequestDidGiveError ¶ added in v0.2.14
func (m *MockUserDeviceAPIService) LastRequestDidGiveError(ctx context.Context, userDeviceID string) (bool, error)
LastRequestDidGiveError mocks base method.
func (*MockUserDeviceAPIService) UpdateUserDeviceMetadata ¶
func (m *MockUserDeviceAPIService) UpdateUserDeviceMetadata(ctx context.Context, request *grpc.UpdateUserDeviceMetadataRequest) error
UpdateUserDeviceMetadata mocks base method.
type MockUserDeviceAPIServiceMockRecorder ¶
type MockUserDeviceAPIServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockUserDeviceAPIServiceMockRecorder is the mock recorder for MockUserDeviceAPIService.
func (*MockUserDeviceAPIServiceMockRecorder) CanRequestInstantOffer ¶ added in v0.2.13
func (mr *MockUserDeviceAPIServiceMockRecorder) CanRequestInstantOffer(ctx, userDeviceID interface{}) *gomock.Call
CanRequestInstantOffer indicates an expected call of CanRequestInstantOffer.
func (*MockUserDeviceAPIServiceMockRecorder) GetAllUserDevice ¶
func (mr *MockUserDeviceAPIServiceMockRecorder) GetAllUserDevice(ctx, wmi interface{}) *gomock.Call
GetAllUserDevice indicates an expected call of GetAllUserDevice.
func (*MockUserDeviceAPIServiceMockRecorder) GetUserDevice ¶
func (mr *MockUserDeviceAPIServiceMockRecorder) GetUserDevice(ctx, userDeviceID interface{}) *gomock.Call
GetUserDevice indicates an expected call of GetUserDevice.
func (*MockUserDeviceAPIServiceMockRecorder) GetUserDeviceOffers ¶ added in v0.2.0
func (mr *MockUserDeviceAPIServiceMockRecorder) GetUserDeviceOffers(ctx, userDeviceID interface{}) *gomock.Call
GetUserDeviceOffers indicates an expected call of GetUserDeviceOffers.
func (*MockUserDeviceAPIServiceMockRecorder) GetUserDeviceValuations ¶ added in v0.2.0
func (mr *MockUserDeviceAPIServiceMockRecorder) GetUserDeviceValuations(ctx, userDeviceID, countryCode interface{}) *gomock.Call
GetUserDeviceValuations indicates an expected call of GetUserDeviceValuations.
func (*MockUserDeviceAPIServiceMockRecorder) LastRequestDidGiveError ¶ added in v0.2.14
func (mr *MockUserDeviceAPIServiceMockRecorder) LastRequestDidGiveError(ctx, userDeviceID interface{}) *gomock.Call
LastRequestDidGiveError indicates an expected call of LastRequestDidGiveError.
func (*MockUserDeviceAPIServiceMockRecorder) UpdateUserDeviceMetadata ¶
func (mr *MockUserDeviceAPIServiceMockRecorder) UpdateUserDeviceMetadata(ctx, request interface{}) *gomock.Call
UpdateUserDeviceMetadata indicates an expected call of UpdateUserDeviceMetadata.
type MockUserDeviceDataAPIService ¶
type MockUserDeviceDataAPIService struct {
// contains filtered or unexported fields
}
MockUserDeviceDataAPIService is a mock of UserDeviceDataAPIService interface.
func NewMockUserDeviceDataAPIService ¶
func NewMockUserDeviceDataAPIService(ctrl *gomock.Controller) *MockUserDeviceDataAPIService
NewMockUserDeviceDataAPIService creates a new mock instance.
func (*MockUserDeviceDataAPIService) EXPECT ¶
func (m *MockUserDeviceDataAPIService) EXPECT() *MockUserDeviceDataAPIServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockUserDeviceDataAPIService) GetUserDeviceData ¶
func (m *MockUserDeviceDataAPIService) GetUserDeviceData(ctx context.Context, id, ddID string) (*grpc.UserDeviceDataResponse, error)
GetUserDeviceData mocks base method.
type MockUserDeviceDataAPIServiceMockRecorder ¶
type MockUserDeviceDataAPIServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockUserDeviceDataAPIServiceMockRecorder is the mock recorder for MockUserDeviceDataAPIService.
func (*MockUserDeviceDataAPIServiceMockRecorder) GetUserDeviceData ¶
func (mr *MockUserDeviceDataAPIServiceMockRecorder) GetUserDeviceData(ctx, id, ddID interface{}) *gomock.Call
GetUserDeviceData indicates an expected call of GetUserDeviceData.
type MockVincarioAPIService ¶ added in v0.1.8
type MockVincarioAPIService struct {
// contains filtered or unexported fields
}
MockVincarioAPIService is a mock of VincarioAPIService interface.
func NewMockVincarioAPIService ¶ added in v0.1.8
func NewMockVincarioAPIService(ctrl *gomock.Controller) *MockVincarioAPIService
NewMockVincarioAPIService creates a new mock instance.
func (*MockVincarioAPIService) EXPECT ¶ added in v0.1.8
func (m *MockVincarioAPIService) EXPECT() *MockVincarioAPIServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockVincarioAPIService) GetMarketValuation ¶ added in v0.1.8
func (m *MockVincarioAPIService) GetMarketValuation(vin string) (*services.VincarioMarketValueResponse, error)
GetMarketValuation mocks base method.
type MockVincarioAPIServiceMockRecorder ¶ added in v0.1.8
type MockVincarioAPIServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockVincarioAPIServiceMockRecorder is the mock recorder for MockVincarioAPIService.
func (*MockVincarioAPIServiceMockRecorder) GetMarketValuation ¶ added in v0.1.8
func (mr *MockVincarioAPIServiceMockRecorder) GetMarketValuation(vin interface{}) *gomock.Call
GetMarketValuation indicates an expected call of GetMarketValuation.
type MockVincarioValuationService ¶ added in v0.1.8
type MockVincarioValuationService struct {
// contains filtered or unexported fields
}
MockVincarioValuationService is a mock of VincarioValuationService interface.
func NewMockVincarioValuationService ¶ added in v0.1.8
func NewMockVincarioValuationService(ctrl *gomock.Controller) *MockVincarioValuationService
NewMockVincarioValuationService creates a new mock instance.
func (*MockVincarioValuationService) EXPECT ¶ added in v0.1.8
func (m *MockVincarioValuationService) EXPECT() *MockVincarioValuationServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockVincarioValuationService) PullValuation ¶ added in v0.1.8
func (m *MockVincarioValuationService) PullValuation(ctx context.Context, userDeiceID, deviceDefinitionID, vin string) (models.DataPullStatusEnum, error)
PullValuation mocks base method.
type MockVincarioValuationServiceMockRecorder ¶ added in v0.1.8
type MockVincarioValuationServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockVincarioValuationServiceMockRecorder is the mock recorder for MockVincarioValuationService.
func (*MockVincarioValuationServiceMockRecorder) PullValuation ¶ added in v0.1.8
func (mr *MockVincarioValuationServiceMockRecorder) PullValuation(ctx, userDeiceID, deviceDefinitionID, vin interface{}) *gomock.Call
PullValuation indicates an expected call of PullValuation.