Documentation
¶
Overview ¶
Package mock_services is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockWeatherServiceClient ¶
type MockWeatherServiceClient struct {
// contains filtered or unexported fields
}
MockWeatherServiceClient is a mock of WeatherServiceClient interface
func NewMockWeatherServiceClient ¶
func NewMockWeatherServiceClient(ctrl *gomock.Controller) *MockWeatherServiceClient
NewMockWeatherServiceClient creates a new mock instance
func (*MockWeatherServiceClient) EXPECT ¶
func (m *MockWeatherServiceClient) EXPECT() *MockWeatherServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockWeatherServiceClient) GetWeather ¶
func (m *MockWeatherServiceClient) GetWeather(arg0 context.Context, arg1 *services.LocationAndDate, arg2 ...grpc.CallOption) (*services.Weather, error)
GetWeather mocks base method
type MockWeatherServiceClientMockRecorder ¶
type MockWeatherServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockWeatherServiceClientMockRecorder is the mock recorder for MockWeatherServiceClient
func (*MockWeatherServiceClientMockRecorder) GetWeather ¶
func (mr *MockWeatherServiceClientMockRecorder) GetWeather(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetWeather indicates an expected call of GetWeather
Click to show internal directories.
Click to hide internal directories.