Documentation ¶
Overview ¶
Package mock_service is a generated GoMock package.
Package mock_service is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockApplicationService ¶
type MockApplicationService struct {
// contains filtered or unexported fields
}
MockApplicationService is a mock of ApplicationService interface.
func NewMockApplicationService ¶
func NewMockApplicationService(ctrl *gomock.Controller) *MockApplicationService
NewMockApplicationService creates a new mock instance.
func (*MockApplicationService) EXPECT ¶
func (m *MockApplicationService) EXPECT() *MockApplicationServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockApplicationService) GetTemperature ¶
func (m *MockApplicationService) GetTemperature(cep string) (model.ApplicationResponse, error)
GetTemperature mocks base method.
type MockApplicationServiceMockRecorder ¶
type MockApplicationServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockApplicationServiceMockRecorder is the mock recorder for MockApplicationService.
func (*MockApplicationServiceMockRecorder) GetTemperature ¶
func (mr *MockApplicationServiceMockRecorder) GetTemperature(cep interface{}) *gomock.Call
GetTemperature indicates an expected call of GetTemperature.
type MockIntegrationService ¶
type MockIntegrationService struct {
// contains filtered or unexported fields
}
MockIntegrationService is a mock of IntegrationService interface.
func NewMockIntegrationService ¶
func NewMockIntegrationService(ctrl *gomock.Controller) *MockIntegrationService
NewMockIntegrationService creates a new mock instance.
func (*MockIntegrationService) EXPECT ¶
func (m *MockIntegrationService) EXPECT() *MockIntegrationServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIntegrationService) GetCep ¶
func (m *MockIntegrationService) GetCep(cep string) (model.CepResponse, error)
GetCep mocks base method.
func (*MockIntegrationService) GetTemperatura ¶
func (m *MockIntegrationService) GetTemperatura(cidade string) (model.TemperaturaResponse, error)
GetTemperatura mocks base method.
type MockIntegrationServiceMockRecorder ¶
type MockIntegrationServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockIntegrationServiceMockRecorder is the mock recorder for MockIntegrationService.
func (*MockIntegrationServiceMockRecorder) GetCep ¶
func (mr *MockIntegrationServiceMockRecorder) GetCep(cep interface{}) *gomock.Call
GetCep indicates an expected call of GetCep.
func (*MockIntegrationServiceMockRecorder) GetTemperatura ¶
func (mr *MockIntegrationServiceMockRecorder) GetTemperatura(cidade interface{}) *gomock.Call
GetTemperatura indicates an expected call of GetTemperatura.