Documentation ¶
Overview ¶
Package mock_usecases is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCleanupImages ¶
type MockCleanupImages struct {
// contains filtered or unexported fields
}
MockCleanupImages is a mock of CleanupImages interface
func NewMockCleanupImages ¶
func NewMockCleanupImages(ctrl *gomock.Controller) *MockCleanupImages
NewMockCleanupImages creates a new mock instance
func (*MockCleanupImages) Do ¶
func (m *MockCleanupImages) Do(arg0 context.Context) error
Do mocks base method
func (*MockCleanupImages) EXPECT ¶
func (m *MockCleanupImages) EXPECT() *MockCleanupImagesMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockCleanupImagesMockRecorder ¶
type MockCleanupImagesMockRecorder struct {
// contains filtered or unexported fields
}
MockCleanupImagesMockRecorder is the mock recorder for MockCleanupImages
func (*MockCleanupImagesMockRecorder) Do ¶
func (mr *MockCleanupImagesMockRecorder) Do(arg0 interface{}) *gomock.Call
Do indicates an expected call of Do
type MockGetImage ¶
type MockGetImage struct {
// contains filtered or unexported fields
}
MockGetImage is a mock of GetImage interface
func NewMockGetImage ¶
func NewMockGetImage(ctrl *gomock.Controller) *MockGetImage
NewMockGetImage creates a new mock instance
func (*MockGetImage) EXPECT ¶
func (m *MockGetImage) EXPECT() *MockGetImageMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockGetImageMockRecorder ¶
type MockGetImageMockRecorder struct {
// contains filtered or unexported fields
}
MockGetImageMockRecorder is the mock recorder for MockGetImage
func (*MockGetImageMockRecorder) Do ¶
func (mr *MockGetImageMockRecorder) Do(arg0, arg1 interface{}) *gomock.Call
Do indicates an expected call of Do
type MockGetWeather ¶
type MockGetWeather struct {
// contains filtered or unexported fields
}
MockGetWeather is a mock of GetWeather interface
func NewMockGetWeather ¶
func NewMockGetWeather(ctrl *gomock.Controller) *MockGetWeather
NewMockGetWeather creates a new mock instance
func (*MockGetWeather) Do ¶
func (m *MockGetWeather) Do(arg0 context.Context, arg1 domain.UserID, arg2 domain.SubscriptionID) (*domain.Weather, error)
Do mocks base method
func (*MockGetWeather) EXPECT ¶
func (m *MockGetWeather) EXPECT() *MockGetWeatherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockGetWeatherMockRecorder ¶
type MockGetWeatherMockRecorder struct {
// contains filtered or unexported fields
}
MockGetWeatherMockRecorder is the mock recorder for MockGetWeather
func (*MockGetWeatherMockRecorder) Do ¶
func (mr *MockGetWeatherMockRecorder) Do(arg0, arg1, arg2 interface{}) *gomock.Call
Do indicates an expected call of Do
type MockPollWeathers ¶
type MockPollWeathers struct {
// contains filtered or unexported fields
}
MockPollWeathers is a mock of PollWeathers interface
func NewMockPollWeathers ¶
func NewMockPollWeathers(ctrl *gomock.Controller) *MockPollWeathers
NewMockPollWeathers creates a new mock instance
func (*MockPollWeathers) Do ¶
func (m *MockPollWeathers) Do(arg0 context.Context, arg1 interfaces.URLProviders) error
Do mocks base method
func (*MockPollWeathers) EXPECT ¶
func (m *MockPollWeathers) EXPECT() *MockPollWeathersMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockPollWeathersMockRecorder ¶
type MockPollWeathersMockRecorder struct {
// contains filtered or unexported fields
}
MockPollWeathersMockRecorder is the mock recorder for MockPollWeathers
func (*MockPollWeathersMockRecorder) Do ¶
func (mr *MockPollWeathersMockRecorder) Do(arg0, arg1 interface{}) *gomock.Call
Do indicates an expected call of Do
type MockSetup ¶
type MockSetup struct {
// contains filtered or unexported fields
}
MockSetup is a mock of Setup interface
func NewMockSetup ¶
func NewMockSetup(ctrl *gomock.Controller) *MockSetup
NewMockSetup creates a new mock instance
func (*MockSetup) EXPECT ¶
func (m *MockSetup) EXPECT() *MockSetupMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockSetupMockRecorder ¶
type MockSetupMockRecorder struct {
// contains filtered or unexported fields
}
MockSetupMockRecorder is the mock recorder for MockSetup
func (*MockSetupMockRecorder) Do ¶
func (mr *MockSetupMockRecorder) Do(arg0 interface{}) *gomock.Call
Do indicates an expected call of Do