Documentation ¶
Overview ¶
Package forecastqueryservicemock is a generated GoMock package.
Index ¶
- type MockForecastQueryServiceAPI
- func (m *MockForecastQueryServiceAPI) EXPECT() *MockForecastQueryServiceAPIMockRecorder
- func (m *MockForecastQueryServiceAPI) QueryForecast(arg0 *forecastqueryservice.QueryForecastInput) (*forecastqueryservice.QueryForecastOutput, error)
- func (m *MockForecastQueryServiceAPI) QueryForecastRequest(arg0 *forecastqueryservice.QueryForecastInput) (*request.Request, *forecastqueryservice.QueryForecastOutput)
- func (m *MockForecastQueryServiceAPI) QueryForecastWithContext(arg0 context.Context, arg1 *forecastqueryservice.QueryForecastInput, ...) (*forecastqueryservice.QueryForecastOutput, error)
- type MockForecastQueryServiceAPIMockRecorder
- func (mr *MockForecastQueryServiceAPIMockRecorder) QueryForecast(arg0 interface{}) *gomock.Call
- func (mr *MockForecastQueryServiceAPIMockRecorder) QueryForecastRequest(arg0 interface{}) *gomock.Call
- func (mr *MockForecastQueryServiceAPIMockRecorder) QueryForecastWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockForecastQueryServiceAPI ¶
type MockForecastQueryServiceAPI struct {
// contains filtered or unexported fields
}
MockForecastQueryServiceAPI is a mock of ForecastQueryServiceAPI interface
func NewMockForecastQueryServiceAPI ¶
func NewMockForecastQueryServiceAPI(ctrl *gomock.Controller) *MockForecastQueryServiceAPI
NewMockForecastQueryServiceAPI creates a new mock instance
func (*MockForecastQueryServiceAPI) EXPECT ¶
func (m *MockForecastQueryServiceAPI) EXPECT() *MockForecastQueryServiceAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockForecastQueryServiceAPI) QueryForecast ¶
func (m *MockForecastQueryServiceAPI) QueryForecast(arg0 *forecastqueryservice.QueryForecastInput) (*forecastqueryservice.QueryForecastOutput, error)
QueryForecast mocks base method
func (*MockForecastQueryServiceAPI) QueryForecastRequest ¶
func (m *MockForecastQueryServiceAPI) QueryForecastRequest(arg0 *forecastqueryservice.QueryForecastInput) (*request.Request, *forecastqueryservice.QueryForecastOutput)
QueryForecastRequest mocks base method
func (*MockForecastQueryServiceAPI) QueryForecastWithContext ¶
func (m *MockForecastQueryServiceAPI) QueryForecastWithContext(arg0 context.Context, arg1 *forecastqueryservice.QueryForecastInput, arg2 ...request.Option) (*forecastqueryservice.QueryForecastOutput, error)
QueryForecastWithContext mocks base method
type MockForecastQueryServiceAPIMockRecorder ¶
type MockForecastQueryServiceAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockForecastQueryServiceAPIMockRecorder is the mock recorder for MockForecastQueryServiceAPI
func (*MockForecastQueryServiceAPIMockRecorder) QueryForecast ¶
func (mr *MockForecastQueryServiceAPIMockRecorder) QueryForecast(arg0 interface{}) *gomock.Call
QueryForecast indicates an expected call of QueryForecast
func (*MockForecastQueryServiceAPIMockRecorder) QueryForecastRequest ¶
func (mr *MockForecastQueryServiceAPIMockRecorder) QueryForecastRequest(arg0 interface{}) *gomock.Call
QueryForecastRequest indicates an expected call of QueryForecastRequest
func (*MockForecastQueryServiceAPIMockRecorder) QueryForecastWithContext ¶
func (mr *MockForecastQueryServiceAPIMockRecorder) QueryForecastWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
QueryForecastWithContext indicates an expected call of QueryForecastWithContext