 Documentation
      ¶
      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.
Package mock_services is a generated GoMock package.
Index ¶
- type MockDrivlyAPIService
- func (m *MockDrivlyAPIService) EXPECT() *MockDrivlyAPIServiceMockRecorder
- func (m *MockDrivlyAPIService) GetAutocheckByVIN(vin string) (map[string]any, error)
- func (m *MockDrivlyAPIService) GetBuildByVIN(vin string) (map[string]any, error)
- func (m *MockDrivlyAPIService) GetCargurusByVIN(vin string) (map[string]any, error)
- func (m *MockDrivlyAPIService) GetCarmaxByVIN(vin string) (map[string]any, error)
- func (m *MockDrivlyAPIService) GetCarstoryByVIN(vin string) (map[string]any, error)
- func (m *MockDrivlyAPIService) GetCarvanaByVIN(vin string) (map[string]any, error)
- func (m *MockDrivlyAPIService) GetEdmundsByVIN(vin string) (map[string]any, error)
- func (m *MockDrivlyAPIService) GetExtendedOffersByVIN(vin string) (*models.DrivlyVINSummary, error)
- func (m *MockDrivlyAPIService) GetKBBByVIN(vin string) (map[string]any, error)
- func (m *MockDrivlyAPIService) GetOffersByVIN(vin string, reqData *models.ValuationRequestData) (map[string]any, error)
- func (m *MockDrivlyAPIService) GetTMVByVIN(vin string) (map[string]any, error)
- func (m *MockDrivlyAPIService) GetVINInfo(vin string) (map[string]any, error)
- func (m *MockDrivlyAPIService) GetVINPricing(vin string, reqData *models.ValuationRequestData) (map[string]any, error)
- func (m *MockDrivlyAPIService) GetVRoomByVIN(vin string) (map[string]any, error)
 
- type MockDrivlyAPIServiceMockRecorder
- func (mr *MockDrivlyAPIServiceMockRecorder) GetAutocheckByVIN(vin any) *gomock.Call
- func (mr *MockDrivlyAPIServiceMockRecorder) GetBuildByVIN(vin any) *gomock.Call
- func (mr *MockDrivlyAPIServiceMockRecorder) GetCargurusByVIN(vin any) *gomock.Call
- func (mr *MockDrivlyAPIServiceMockRecorder) GetCarmaxByVIN(vin any) *gomock.Call
- func (mr *MockDrivlyAPIServiceMockRecorder) GetCarstoryByVIN(vin any) *gomock.Call
- func (mr *MockDrivlyAPIServiceMockRecorder) GetCarvanaByVIN(vin any) *gomock.Call
- func (mr *MockDrivlyAPIServiceMockRecorder) GetEdmundsByVIN(vin any) *gomock.Call
- func (mr *MockDrivlyAPIServiceMockRecorder) GetExtendedOffersByVIN(vin any) *gomock.Call
- func (mr *MockDrivlyAPIServiceMockRecorder) GetKBBByVIN(vin any) *gomock.Call
- func (mr *MockDrivlyAPIServiceMockRecorder) GetOffersByVIN(vin, reqData any) *gomock.Call
- func (mr *MockDrivlyAPIServiceMockRecorder) GetTMVByVIN(vin any) *gomock.Call
- func (mr *MockDrivlyAPIServiceMockRecorder) GetVINInfo(vin any) *gomock.Call
- func (mr *MockDrivlyAPIServiceMockRecorder) GetVINPricing(vin, reqData any) *gomock.Call
- func (mr *MockDrivlyAPIServiceMockRecorder) GetVRoomByVIN(vin any) *gomock.Call
 
- type MockDrivlyValuationService
- func (m *MockDrivlyValuationService) EXPECT() *MockDrivlyValuationServiceMockRecorder
- func (m *MockDrivlyValuationService) PullOffer(ctx context.Context, tokenID uint64, vin, privJWTAuthHeader string) (models.DataPullStatusEnum, error)
- func (m *MockDrivlyValuationService) PullValuation(ctx context.Context, tokenID uint64, vin, privJWTAuthHeader string) (models.DataPullStatusEnum, error)
 
- type MockDrivlyValuationServiceMockRecorder
- type MockLocationService
- type MockLocationServiceMockRecorder
- type MockUserDeviceAPIService
- func (m *MockUserDeviceAPIService) CanRequestInstantOffer(ctx context.Context, tokenID uint64) (bool, error)
- func (m *MockUserDeviceAPIService) EXPECT() *MockUserDeviceAPIServiceMockRecorder
- func (m *MockUserDeviceAPIService) GetOffers(ctx context.Context, tokenID uint64) (*models.DeviceOffer, error)
- func (m *MockUserDeviceAPIService) GetValuations(ctx context.Context, tokenID uint64, privJWT string) (*models.DeviceValuation, error)
- func (m *MockUserDeviceAPIService) LastRequestDidGiveError(ctx context.Context, tokenID uint64) (bool, error)
 
- type MockUserDeviceAPIServiceMockRecorder
- func (mr *MockUserDeviceAPIServiceMockRecorder) CanRequestInstantOffer(ctx, tokenID any) *gomock.Call
- func (mr *MockUserDeviceAPIServiceMockRecorder) GetOffers(ctx, tokenID any) *gomock.Call
- func (mr *MockUserDeviceAPIServiceMockRecorder) GetValuations(ctx, tokenID, privJWT any) *gomock.Call
- func (mr *MockUserDeviceAPIServiceMockRecorder) LastRequestDidGiveError(ctx, tokenID any) *gomock.Call
 
- 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 MockDrivlyAPIService ¶ added in v0.5.3
type MockDrivlyAPIService struct {
	// contains filtered or unexported fields
}
    MockDrivlyAPIService is a mock of DrivlyAPIService interface.
func NewMockDrivlyAPIService ¶ added in v0.5.3
func NewMockDrivlyAPIService(ctrl *gomock.Controller) *MockDrivlyAPIService
NewMockDrivlyAPIService creates a new mock instance.
func (*MockDrivlyAPIService) EXPECT ¶ added in v0.5.3
func (m *MockDrivlyAPIService) EXPECT() *MockDrivlyAPIServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockDrivlyAPIService) GetAutocheckByVIN ¶ added in v0.5.3
func (m *MockDrivlyAPIService) GetAutocheckByVIN(vin string) (map[string]any, error)
GetAutocheckByVIN mocks base method.
func (*MockDrivlyAPIService) GetBuildByVIN ¶ added in v0.5.3
func (m *MockDrivlyAPIService) GetBuildByVIN(vin string) (map[string]any, error)
GetBuildByVIN mocks base method.
func (*MockDrivlyAPIService) GetCargurusByVIN ¶ added in v0.5.3
func (m *MockDrivlyAPIService) GetCargurusByVIN(vin string) (map[string]any, error)
GetCargurusByVIN mocks base method.
func (*MockDrivlyAPIService) GetCarmaxByVIN ¶ added in v0.5.3
func (m *MockDrivlyAPIService) GetCarmaxByVIN(vin string) (map[string]any, error)
GetCarmaxByVIN mocks base method.
func (*MockDrivlyAPIService) GetCarstoryByVIN ¶ added in v0.5.3
func (m *MockDrivlyAPIService) GetCarstoryByVIN(vin string) (map[string]any, error)
GetCarstoryByVIN mocks base method.
func (*MockDrivlyAPIService) GetCarvanaByVIN ¶ added in v0.5.3
func (m *MockDrivlyAPIService) GetCarvanaByVIN(vin string) (map[string]any, error)
GetCarvanaByVIN mocks base method.
func (*MockDrivlyAPIService) GetEdmundsByVIN ¶ added in v0.5.3
func (m *MockDrivlyAPIService) GetEdmundsByVIN(vin string) (map[string]any, error)
GetEdmundsByVIN mocks base method.
func (*MockDrivlyAPIService) GetExtendedOffersByVIN ¶ added in v0.5.3
func (m *MockDrivlyAPIService) GetExtendedOffersByVIN(vin string) (*models.DrivlyVINSummary, error)
GetExtendedOffersByVIN mocks base method.
func (*MockDrivlyAPIService) GetKBBByVIN ¶ added in v0.5.3
func (m *MockDrivlyAPIService) GetKBBByVIN(vin string) (map[string]any, error)
GetKBBByVIN mocks base method.
func (*MockDrivlyAPIService) GetOffersByVIN ¶ added in v0.5.3
func (m *MockDrivlyAPIService) GetOffersByVIN(vin string, reqData *models.ValuationRequestData) (map[string]any, error)
GetOffersByVIN mocks base method.
func (*MockDrivlyAPIService) GetTMVByVIN ¶ added in v0.5.3
func (m *MockDrivlyAPIService) GetTMVByVIN(vin string) (map[string]any, error)
GetTMVByVIN mocks base method.
func (*MockDrivlyAPIService) GetVINInfo ¶ added in v0.5.3
func (m *MockDrivlyAPIService) GetVINInfo(vin string) (map[string]any, error)
GetVINInfo mocks base method.
func (*MockDrivlyAPIService) GetVINPricing ¶ added in v0.5.3
func (m *MockDrivlyAPIService) GetVINPricing(vin string, reqData *models.ValuationRequestData) (map[string]any, error)
GetVINPricing mocks base method.
func (*MockDrivlyAPIService) GetVRoomByVIN ¶ added in v0.5.3
func (m *MockDrivlyAPIService) GetVRoomByVIN(vin string) (map[string]any, error)
GetVRoomByVIN mocks base method.
type MockDrivlyAPIServiceMockRecorder ¶ added in v0.5.3
type MockDrivlyAPIServiceMockRecorder struct {
	// contains filtered or unexported fields
}
    MockDrivlyAPIServiceMockRecorder is the mock recorder for MockDrivlyAPIService.
func (*MockDrivlyAPIServiceMockRecorder) GetAutocheckByVIN ¶ added in v0.5.3
func (mr *MockDrivlyAPIServiceMockRecorder) GetAutocheckByVIN(vin any) *gomock.Call
GetAutocheckByVIN indicates an expected call of GetAutocheckByVIN.
func (*MockDrivlyAPIServiceMockRecorder) GetBuildByVIN ¶ added in v0.5.3
func (mr *MockDrivlyAPIServiceMockRecorder) GetBuildByVIN(vin any) *gomock.Call
GetBuildByVIN indicates an expected call of GetBuildByVIN.
func (*MockDrivlyAPIServiceMockRecorder) GetCargurusByVIN ¶ added in v0.5.3
func (mr *MockDrivlyAPIServiceMockRecorder) GetCargurusByVIN(vin any) *gomock.Call
GetCargurusByVIN indicates an expected call of GetCargurusByVIN.
func (*MockDrivlyAPIServiceMockRecorder) GetCarmaxByVIN ¶ added in v0.5.3
func (mr *MockDrivlyAPIServiceMockRecorder) GetCarmaxByVIN(vin any) *gomock.Call
GetCarmaxByVIN indicates an expected call of GetCarmaxByVIN.
func (*MockDrivlyAPIServiceMockRecorder) GetCarstoryByVIN ¶ added in v0.5.3
func (mr *MockDrivlyAPIServiceMockRecorder) GetCarstoryByVIN(vin any) *gomock.Call
GetCarstoryByVIN indicates an expected call of GetCarstoryByVIN.
func (*MockDrivlyAPIServiceMockRecorder) GetCarvanaByVIN ¶ added in v0.5.3
func (mr *MockDrivlyAPIServiceMockRecorder) GetCarvanaByVIN(vin any) *gomock.Call
GetCarvanaByVIN indicates an expected call of GetCarvanaByVIN.
func (*MockDrivlyAPIServiceMockRecorder) GetEdmundsByVIN ¶ added in v0.5.3
func (mr *MockDrivlyAPIServiceMockRecorder) GetEdmundsByVIN(vin any) *gomock.Call
GetEdmundsByVIN indicates an expected call of GetEdmundsByVIN.
func (*MockDrivlyAPIServiceMockRecorder) GetExtendedOffersByVIN ¶ added in v0.5.3
func (mr *MockDrivlyAPIServiceMockRecorder) GetExtendedOffersByVIN(vin any) *gomock.Call
GetExtendedOffersByVIN indicates an expected call of GetExtendedOffersByVIN.
func (*MockDrivlyAPIServiceMockRecorder) GetKBBByVIN ¶ added in v0.5.3
func (mr *MockDrivlyAPIServiceMockRecorder) GetKBBByVIN(vin any) *gomock.Call
GetKBBByVIN indicates an expected call of GetKBBByVIN.
func (*MockDrivlyAPIServiceMockRecorder) GetOffersByVIN ¶ added in v0.5.3
func (mr *MockDrivlyAPIServiceMockRecorder) GetOffersByVIN(vin, reqData any) *gomock.Call
GetOffersByVIN indicates an expected call of GetOffersByVIN.
func (*MockDrivlyAPIServiceMockRecorder) GetTMVByVIN ¶ added in v0.5.3
func (mr *MockDrivlyAPIServiceMockRecorder) GetTMVByVIN(vin any) *gomock.Call
GetTMVByVIN indicates an expected call of GetTMVByVIN.
func (*MockDrivlyAPIServiceMockRecorder) GetVINInfo ¶ added in v0.5.3
func (mr *MockDrivlyAPIServiceMockRecorder) GetVINInfo(vin any) *gomock.Call
GetVINInfo indicates an expected call of GetVINInfo.
func (*MockDrivlyAPIServiceMockRecorder) GetVINPricing ¶ added in v0.5.3
func (mr *MockDrivlyAPIServiceMockRecorder) GetVINPricing(vin, reqData any) *gomock.Call
GetVINPricing indicates an expected call of GetVINPricing.
func (*MockDrivlyAPIServiceMockRecorder) GetVRoomByVIN ¶ added in v0.5.3
func (mr *MockDrivlyAPIServiceMockRecorder) GetVRoomByVIN(vin any) *gomock.Call
GetVRoomByVIN indicates an expected call of GetVRoomByVIN.
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, tokenID uint64, vin, privJWTAuthHeader string) (models.DataPullStatusEnum, error)
PullOffer mocks base method.
func (*MockDrivlyValuationService) PullValuation ¶ added in v0.1.8
func (m *MockDrivlyValuationService) PullValuation(ctx context.Context, tokenID uint64, vin, privJWTAuthHeader 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, tokenID, vin, privJWTAuthHeader any) *gomock.Call
PullOffer indicates an expected call of PullOffer.
func (*MockDrivlyValuationServiceMockRecorder) PullValuation ¶ added in v0.1.8
func (mr *MockDrivlyValuationServiceMockRecorder) PullValuation(ctx, tokenID, vin, privJWTAuthHeader any) *gomock.Call
PullValuation indicates an expected call of PullValuation.
type MockLocationService ¶ added in v0.5.3
type MockLocationService struct {
	// contains filtered or unexported fields
}
    MockLocationService is a mock of LocationService interface.
func NewMockLocationService ¶ added in v0.5.3
func NewMockLocationService(ctrl *gomock.Controller) *MockLocationService
NewMockLocationService creates a new mock instance.
func (*MockLocationService) EXPECT ¶ added in v0.5.3
func (m *MockLocationService) EXPECT() *MockLocationServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockLocationService) GetGeoDecodedLocation ¶ added in v0.5.3
func (m *MockLocationService) GetGeoDecodedLocation(ctx context.Context, signals *models.SignalsLatest, tokenID uint64) (*models.LocationResponse, error)
GetGeoDecodedLocation mocks base method.
type MockLocationServiceMockRecorder ¶ added in v0.5.3
type MockLocationServiceMockRecorder struct {
	// contains filtered or unexported fields
}
    MockLocationServiceMockRecorder is the mock recorder for MockLocationService.
func (*MockLocationServiceMockRecorder) GetGeoDecodedLocation ¶ added in v0.5.3
func (mr *MockLocationServiceMockRecorder) GetGeoDecodedLocation(ctx, signals, tokenID any) *gomock.Call
GetGeoDecodedLocation indicates an expected call of GetGeoDecodedLocation.
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, tokenID uint64) (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) GetOffers ¶ added in v0.5.3
func (m *MockUserDeviceAPIService) GetOffers(ctx context.Context, tokenID uint64) (*models.DeviceOffer, error)
GetOffers mocks base method.
func (*MockUserDeviceAPIService) GetValuations ¶ added in v0.5.3
func (m *MockUserDeviceAPIService) GetValuations(ctx context.Context, tokenID uint64, privJWT string) (*models.DeviceValuation, error)
GetValuations mocks base method.
func (*MockUserDeviceAPIService) LastRequestDidGiveError ¶ added in v0.2.14
func (m *MockUserDeviceAPIService) LastRequestDidGiveError(ctx context.Context, tokenID uint64) (bool, error)
LastRequestDidGiveError 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, tokenID any) *gomock.Call
CanRequestInstantOffer indicates an expected call of CanRequestInstantOffer.
func (*MockUserDeviceAPIServiceMockRecorder) GetOffers ¶ added in v0.5.3
func (mr *MockUserDeviceAPIServiceMockRecorder) GetOffers(ctx, tokenID any) *gomock.Call
GetOffers indicates an expected call of GetOffers.
func (*MockUserDeviceAPIServiceMockRecorder) GetValuations ¶ added in v0.5.3
func (mr *MockUserDeviceAPIServiceMockRecorder) GetValuations(ctx, tokenID, privJWT any) *gomock.Call
GetValuations indicates an expected call of GetValuations.
func (*MockUserDeviceAPIServiceMockRecorder) LastRequestDidGiveError ¶ added in v0.2.14
func (mr *MockUserDeviceAPIServiceMockRecorder) LastRequestDidGiveError(ctx, tokenID any) *gomock.Call
LastRequestDidGiveError indicates an expected call of LastRequestDidGiveError.
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) (*models.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 any) *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, tokenID uint64, 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, tokenID, vin any) *gomock.Call
PullValuation indicates an expected call of PullValuation.