Documentation ¶
Overview ¶
Package apigatewaymanagementapimock is a generated GoMock package.
Index ¶
- type MockApiGatewayManagementApiAPI
- func (m *MockApiGatewayManagementApiAPI) DeleteConnection(arg0 *apigatewaymanagementapi.DeleteConnectionInput) (*apigatewaymanagementapi.DeleteConnectionOutput, error)
- func (m *MockApiGatewayManagementApiAPI) DeleteConnectionRequest(arg0 *apigatewaymanagementapi.DeleteConnectionInput) (*request.Request, *apigatewaymanagementapi.DeleteConnectionOutput)
- func (m *MockApiGatewayManagementApiAPI) DeleteConnectionWithContext(arg0 context.Context, arg1 *apigatewaymanagementapi.DeleteConnectionInput, ...) (*apigatewaymanagementapi.DeleteConnectionOutput, error)
- func (m *MockApiGatewayManagementApiAPI) EXPECT() *MockApiGatewayManagementApiAPIMockRecorder
- func (m *MockApiGatewayManagementApiAPI) GetConnection(arg0 *apigatewaymanagementapi.GetConnectionInput) (*apigatewaymanagementapi.GetConnectionOutput, error)
- func (m *MockApiGatewayManagementApiAPI) GetConnectionRequest(arg0 *apigatewaymanagementapi.GetConnectionInput) (*request.Request, *apigatewaymanagementapi.GetConnectionOutput)
- func (m *MockApiGatewayManagementApiAPI) GetConnectionWithContext(arg0 context.Context, arg1 *apigatewaymanagementapi.GetConnectionInput, ...) (*apigatewaymanagementapi.GetConnectionOutput, error)
- func (m *MockApiGatewayManagementApiAPI) PostToConnection(arg0 *apigatewaymanagementapi.PostToConnectionInput) (*apigatewaymanagementapi.PostToConnectionOutput, error)
- func (m *MockApiGatewayManagementApiAPI) PostToConnectionRequest(arg0 *apigatewaymanagementapi.PostToConnectionInput) (*request.Request, *apigatewaymanagementapi.PostToConnectionOutput)
- func (m *MockApiGatewayManagementApiAPI) PostToConnectionWithContext(arg0 context.Context, arg1 *apigatewaymanagementapi.PostToConnectionInput, ...) (*apigatewaymanagementapi.PostToConnectionOutput, error)
- type MockApiGatewayManagementApiAPIMockRecorder
- func (mr *MockApiGatewayManagementApiAPIMockRecorder) DeleteConnection(arg0 interface{}) *gomock.Call
- func (mr *MockApiGatewayManagementApiAPIMockRecorder) DeleteConnectionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockApiGatewayManagementApiAPIMockRecorder) DeleteConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockApiGatewayManagementApiAPIMockRecorder) GetConnection(arg0 interface{}) *gomock.Call
- func (mr *MockApiGatewayManagementApiAPIMockRecorder) GetConnectionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockApiGatewayManagementApiAPIMockRecorder) GetConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockApiGatewayManagementApiAPIMockRecorder) PostToConnection(arg0 interface{}) *gomock.Call
- func (mr *MockApiGatewayManagementApiAPIMockRecorder) PostToConnectionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockApiGatewayManagementApiAPIMockRecorder) PostToConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockApiGatewayManagementApiAPI ¶
type MockApiGatewayManagementApiAPI struct {
// contains filtered or unexported fields
}
MockApiGatewayManagementApiAPI is a mock of ApiGatewayManagementApiAPI interface
func NewMockApiGatewayManagementApiAPI ¶
func NewMockApiGatewayManagementApiAPI(ctrl *gomock.Controller) *MockApiGatewayManagementApiAPI
NewMockApiGatewayManagementApiAPI creates a new mock instance
func (*MockApiGatewayManagementApiAPI) DeleteConnection ¶
func (m *MockApiGatewayManagementApiAPI) DeleteConnection(arg0 *apigatewaymanagementapi.DeleteConnectionInput) (*apigatewaymanagementapi.DeleteConnectionOutput, error)
DeleteConnection mocks base method
func (*MockApiGatewayManagementApiAPI) DeleteConnectionRequest ¶
func (m *MockApiGatewayManagementApiAPI) DeleteConnectionRequest(arg0 *apigatewaymanagementapi.DeleteConnectionInput) (*request.Request, *apigatewaymanagementapi.DeleteConnectionOutput)
DeleteConnectionRequest mocks base method
func (*MockApiGatewayManagementApiAPI) DeleteConnectionWithContext ¶
func (m *MockApiGatewayManagementApiAPI) DeleteConnectionWithContext(arg0 context.Context, arg1 *apigatewaymanagementapi.DeleteConnectionInput, arg2 ...request.Option) (*apigatewaymanagementapi.DeleteConnectionOutput, error)
DeleteConnectionWithContext mocks base method
func (*MockApiGatewayManagementApiAPI) EXPECT ¶
func (m *MockApiGatewayManagementApiAPI) EXPECT() *MockApiGatewayManagementApiAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockApiGatewayManagementApiAPI) GetConnection ¶
func (m *MockApiGatewayManagementApiAPI) GetConnection(arg0 *apigatewaymanagementapi.GetConnectionInput) (*apigatewaymanagementapi.GetConnectionOutput, error)
GetConnection mocks base method
func (*MockApiGatewayManagementApiAPI) GetConnectionRequest ¶
func (m *MockApiGatewayManagementApiAPI) GetConnectionRequest(arg0 *apigatewaymanagementapi.GetConnectionInput) (*request.Request, *apigatewaymanagementapi.GetConnectionOutput)
GetConnectionRequest mocks base method
func (*MockApiGatewayManagementApiAPI) GetConnectionWithContext ¶
func (m *MockApiGatewayManagementApiAPI) GetConnectionWithContext(arg0 context.Context, arg1 *apigatewaymanagementapi.GetConnectionInput, arg2 ...request.Option) (*apigatewaymanagementapi.GetConnectionOutput, error)
GetConnectionWithContext mocks base method
func (*MockApiGatewayManagementApiAPI) PostToConnection ¶
func (m *MockApiGatewayManagementApiAPI) PostToConnection(arg0 *apigatewaymanagementapi.PostToConnectionInput) (*apigatewaymanagementapi.PostToConnectionOutput, error)
PostToConnection mocks base method
func (*MockApiGatewayManagementApiAPI) PostToConnectionRequest ¶
func (m *MockApiGatewayManagementApiAPI) PostToConnectionRequest(arg0 *apigatewaymanagementapi.PostToConnectionInput) (*request.Request, *apigatewaymanagementapi.PostToConnectionOutput)
PostToConnectionRequest mocks base method
func (*MockApiGatewayManagementApiAPI) PostToConnectionWithContext ¶
func (m *MockApiGatewayManagementApiAPI) PostToConnectionWithContext(arg0 context.Context, arg1 *apigatewaymanagementapi.PostToConnectionInput, arg2 ...request.Option) (*apigatewaymanagementapi.PostToConnectionOutput, error)
PostToConnectionWithContext mocks base method
type MockApiGatewayManagementApiAPIMockRecorder ¶
type MockApiGatewayManagementApiAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockApiGatewayManagementApiAPIMockRecorder is the mock recorder for MockApiGatewayManagementApiAPI
func (*MockApiGatewayManagementApiAPIMockRecorder) DeleteConnection ¶
func (mr *MockApiGatewayManagementApiAPIMockRecorder) DeleteConnection(arg0 interface{}) *gomock.Call
DeleteConnection indicates an expected call of DeleteConnection
func (*MockApiGatewayManagementApiAPIMockRecorder) DeleteConnectionRequest ¶
func (mr *MockApiGatewayManagementApiAPIMockRecorder) DeleteConnectionRequest(arg0 interface{}) *gomock.Call
DeleteConnectionRequest indicates an expected call of DeleteConnectionRequest
func (*MockApiGatewayManagementApiAPIMockRecorder) DeleteConnectionWithContext ¶
func (mr *MockApiGatewayManagementApiAPIMockRecorder) DeleteConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteConnectionWithContext indicates an expected call of DeleteConnectionWithContext
func (*MockApiGatewayManagementApiAPIMockRecorder) GetConnection ¶
func (mr *MockApiGatewayManagementApiAPIMockRecorder) GetConnection(arg0 interface{}) *gomock.Call
GetConnection indicates an expected call of GetConnection
func (*MockApiGatewayManagementApiAPIMockRecorder) GetConnectionRequest ¶
func (mr *MockApiGatewayManagementApiAPIMockRecorder) GetConnectionRequest(arg0 interface{}) *gomock.Call
GetConnectionRequest indicates an expected call of GetConnectionRequest
func (*MockApiGatewayManagementApiAPIMockRecorder) GetConnectionWithContext ¶
func (mr *MockApiGatewayManagementApiAPIMockRecorder) GetConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetConnectionWithContext indicates an expected call of GetConnectionWithContext
func (*MockApiGatewayManagementApiAPIMockRecorder) PostToConnection ¶
func (mr *MockApiGatewayManagementApiAPIMockRecorder) PostToConnection(arg0 interface{}) *gomock.Call
PostToConnection indicates an expected call of PostToConnection
func (*MockApiGatewayManagementApiAPIMockRecorder) PostToConnectionRequest ¶
func (mr *MockApiGatewayManagementApiAPIMockRecorder) PostToConnectionRequest(arg0 interface{}) *gomock.Call
PostToConnectionRequest indicates an expected call of PostToConnectionRequest
func (*MockApiGatewayManagementApiAPIMockRecorder) PostToConnectionWithContext ¶
func (mr *MockApiGatewayManagementApiAPIMockRecorder) PostToConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PostToConnectionWithContext indicates an expected call of PostToConnectionWithContext