Documentation ¶
Overview ¶
Package codestarconnectionsmock is a generated GoMock package.
Index ¶
- type MockCodeStarConnectionsAPI
- func (m *MockCodeStarConnectionsAPI) CreateConnection(arg0 *codestarconnections.CreateConnectionInput) (*codestarconnections.CreateConnectionOutput, error)
- func (m *MockCodeStarConnectionsAPI) CreateConnectionRequest(arg0 *codestarconnections.CreateConnectionInput) (*request.Request, *codestarconnections.CreateConnectionOutput)
- func (m *MockCodeStarConnectionsAPI) CreateConnectionWithContext(arg0 context.Context, arg1 *codestarconnections.CreateConnectionInput, ...) (*codestarconnections.CreateConnectionOutput, error)
- func (m *MockCodeStarConnectionsAPI) DeleteConnection(arg0 *codestarconnections.DeleteConnectionInput) (*codestarconnections.DeleteConnectionOutput, error)
- func (m *MockCodeStarConnectionsAPI) DeleteConnectionRequest(arg0 *codestarconnections.DeleteConnectionInput) (*request.Request, *codestarconnections.DeleteConnectionOutput)
- func (m *MockCodeStarConnectionsAPI) DeleteConnectionWithContext(arg0 context.Context, arg1 *codestarconnections.DeleteConnectionInput, ...) (*codestarconnections.DeleteConnectionOutput, error)
- func (m *MockCodeStarConnectionsAPI) EXPECT() *MockCodeStarConnectionsAPIMockRecorder
- func (m *MockCodeStarConnectionsAPI) GetConnection(arg0 *codestarconnections.GetConnectionInput) (*codestarconnections.GetConnectionOutput, error)
- func (m *MockCodeStarConnectionsAPI) GetConnectionRequest(arg0 *codestarconnections.GetConnectionInput) (*request.Request, *codestarconnections.GetConnectionOutput)
- func (m *MockCodeStarConnectionsAPI) GetConnectionWithContext(arg0 context.Context, arg1 *codestarconnections.GetConnectionInput, ...) (*codestarconnections.GetConnectionOutput, error)
- func (m *MockCodeStarConnectionsAPI) ListConnections(arg0 *codestarconnections.ListConnectionsInput) (*codestarconnections.ListConnectionsOutput, error)
- func (m *MockCodeStarConnectionsAPI) ListConnectionsPages(arg0 *codestarconnections.ListConnectionsInput, ...) error
- func (m *MockCodeStarConnectionsAPI) ListConnectionsPagesWithContext(arg0 context.Context, arg1 *codestarconnections.ListConnectionsInput, ...) error
- func (m *MockCodeStarConnectionsAPI) ListConnectionsRequest(arg0 *codestarconnections.ListConnectionsInput) (*request.Request, *codestarconnections.ListConnectionsOutput)
- func (m *MockCodeStarConnectionsAPI) ListConnectionsWithContext(arg0 context.Context, arg1 *codestarconnections.ListConnectionsInput, ...) (*codestarconnections.ListConnectionsOutput, error)
- type MockCodeStarConnectionsAPIMockRecorder
- func (mr *MockCodeStarConnectionsAPIMockRecorder) CreateConnection(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarConnectionsAPIMockRecorder) CreateConnectionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarConnectionsAPIMockRecorder) CreateConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCodeStarConnectionsAPIMockRecorder) DeleteConnection(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarConnectionsAPIMockRecorder) DeleteConnectionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarConnectionsAPIMockRecorder) DeleteConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCodeStarConnectionsAPIMockRecorder) GetConnection(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarConnectionsAPIMockRecorder) GetConnectionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarConnectionsAPIMockRecorder) GetConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCodeStarConnectionsAPIMockRecorder) ListConnections(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarConnectionsAPIMockRecorder) ListConnectionsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCodeStarConnectionsAPIMockRecorder) ListConnectionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockCodeStarConnectionsAPIMockRecorder) ListConnectionsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarConnectionsAPIMockRecorder) ListConnectionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCodeStarConnectionsAPI ¶
type MockCodeStarConnectionsAPI struct {
// contains filtered or unexported fields
}
MockCodeStarConnectionsAPI is a mock of CodeStarConnectionsAPI interface
func NewMockCodeStarConnectionsAPI ¶
func NewMockCodeStarConnectionsAPI(ctrl *gomock.Controller) *MockCodeStarConnectionsAPI
NewMockCodeStarConnectionsAPI creates a new mock instance
func (*MockCodeStarConnectionsAPI) CreateConnection ¶
func (m *MockCodeStarConnectionsAPI) CreateConnection(arg0 *codestarconnections.CreateConnectionInput) (*codestarconnections.CreateConnectionOutput, error)
CreateConnection mocks base method
func (*MockCodeStarConnectionsAPI) CreateConnectionRequest ¶
func (m *MockCodeStarConnectionsAPI) CreateConnectionRequest(arg0 *codestarconnections.CreateConnectionInput) (*request.Request, *codestarconnections.CreateConnectionOutput)
CreateConnectionRequest mocks base method
func (*MockCodeStarConnectionsAPI) CreateConnectionWithContext ¶
func (m *MockCodeStarConnectionsAPI) CreateConnectionWithContext(arg0 context.Context, arg1 *codestarconnections.CreateConnectionInput, arg2 ...request.Option) (*codestarconnections.CreateConnectionOutput, error)
CreateConnectionWithContext mocks base method
func (*MockCodeStarConnectionsAPI) DeleteConnection ¶
func (m *MockCodeStarConnectionsAPI) DeleteConnection(arg0 *codestarconnections.DeleteConnectionInput) (*codestarconnections.DeleteConnectionOutput, error)
DeleteConnection mocks base method
func (*MockCodeStarConnectionsAPI) DeleteConnectionRequest ¶
func (m *MockCodeStarConnectionsAPI) DeleteConnectionRequest(arg0 *codestarconnections.DeleteConnectionInput) (*request.Request, *codestarconnections.DeleteConnectionOutput)
DeleteConnectionRequest mocks base method
func (*MockCodeStarConnectionsAPI) DeleteConnectionWithContext ¶
func (m *MockCodeStarConnectionsAPI) DeleteConnectionWithContext(arg0 context.Context, arg1 *codestarconnections.DeleteConnectionInput, arg2 ...request.Option) (*codestarconnections.DeleteConnectionOutput, error)
DeleteConnectionWithContext mocks base method
func (*MockCodeStarConnectionsAPI) EXPECT ¶
func (m *MockCodeStarConnectionsAPI) EXPECT() *MockCodeStarConnectionsAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockCodeStarConnectionsAPI) GetConnection ¶
func (m *MockCodeStarConnectionsAPI) GetConnection(arg0 *codestarconnections.GetConnectionInput) (*codestarconnections.GetConnectionOutput, error)
GetConnection mocks base method
func (*MockCodeStarConnectionsAPI) GetConnectionRequest ¶
func (m *MockCodeStarConnectionsAPI) GetConnectionRequest(arg0 *codestarconnections.GetConnectionInput) (*request.Request, *codestarconnections.GetConnectionOutput)
GetConnectionRequest mocks base method
func (*MockCodeStarConnectionsAPI) GetConnectionWithContext ¶
func (m *MockCodeStarConnectionsAPI) GetConnectionWithContext(arg0 context.Context, arg1 *codestarconnections.GetConnectionInput, arg2 ...request.Option) (*codestarconnections.GetConnectionOutput, error)
GetConnectionWithContext mocks base method
func (*MockCodeStarConnectionsAPI) ListConnections ¶
func (m *MockCodeStarConnectionsAPI) ListConnections(arg0 *codestarconnections.ListConnectionsInput) (*codestarconnections.ListConnectionsOutput, error)
ListConnections mocks base method
func (*MockCodeStarConnectionsAPI) ListConnectionsPages ¶
func (m *MockCodeStarConnectionsAPI) ListConnectionsPages(arg0 *codestarconnections.ListConnectionsInput, arg1 func(*codestarconnections.ListConnectionsOutput, bool) bool) error
ListConnectionsPages mocks base method
func (*MockCodeStarConnectionsAPI) ListConnectionsPagesWithContext ¶
func (m *MockCodeStarConnectionsAPI) ListConnectionsPagesWithContext(arg0 context.Context, arg1 *codestarconnections.ListConnectionsInput, arg2 func(*codestarconnections.ListConnectionsOutput, bool) bool, arg3 ...request.Option) error
ListConnectionsPagesWithContext mocks base method
func (*MockCodeStarConnectionsAPI) ListConnectionsRequest ¶
func (m *MockCodeStarConnectionsAPI) ListConnectionsRequest(arg0 *codestarconnections.ListConnectionsInput) (*request.Request, *codestarconnections.ListConnectionsOutput)
ListConnectionsRequest mocks base method
func (*MockCodeStarConnectionsAPI) ListConnectionsWithContext ¶
func (m *MockCodeStarConnectionsAPI) ListConnectionsWithContext(arg0 context.Context, arg1 *codestarconnections.ListConnectionsInput, arg2 ...request.Option) (*codestarconnections.ListConnectionsOutput, error)
ListConnectionsWithContext mocks base method
type MockCodeStarConnectionsAPIMockRecorder ¶
type MockCodeStarConnectionsAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockCodeStarConnectionsAPIMockRecorder is the mock recorder for MockCodeStarConnectionsAPI
func (*MockCodeStarConnectionsAPIMockRecorder) CreateConnection ¶
func (mr *MockCodeStarConnectionsAPIMockRecorder) CreateConnection(arg0 interface{}) *gomock.Call
CreateConnection indicates an expected call of CreateConnection
func (*MockCodeStarConnectionsAPIMockRecorder) CreateConnectionRequest ¶
func (mr *MockCodeStarConnectionsAPIMockRecorder) CreateConnectionRequest(arg0 interface{}) *gomock.Call
CreateConnectionRequest indicates an expected call of CreateConnectionRequest
func (*MockCodeStarConnectionsAPIMockRecorder) CreateConnectionWithContext ¶
func (mr *MockCodeStarConnectionsAPIMockRecorder) CreateConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateConnectionWithContext indicates an expected call of CreateConnectionWithContext
func (*MockCodeStarConnectionsAPIMockRecorder) DeleteConnection ¶
func (mr *MockCodeStarConnectionsAPIMockRecorder) DeleteConnection(arg0 interface{}) *gomock.Call
DeleteConnection indicates an expected call of DeleteConnection
func (*MockCodeStarConnectionsAPIMockRecorder) DeleteConnectionRequest ¶
func (mr *MockCodeStarConnectionsAPIMockRecorder) DeleteConnectionRequest(arg0 interface{}) *gomock.Call
DeleteConnectionRequest indicates an expected call of DeleteConnectionRequest
func (*MockCodeStarConnectionsAPIMockRecorder) DeleteConnectionWithContext ¶
func (mr *MockCodeStarConnectionsAPIMockRecorder) DeleteConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteConnectionWithContext indicates an expected call of DeleteConnectionWithContext
func (*MockCodeStarConnectionsAPIMockRecorder) GetConnection ¶
func (mr *MockCodeStarConnectionsAPIMockRecorder) GetConnection(arg0 interface{}) *gomock.Call
GetConnection indicates an expected call of GetConnection
func (*MockCodeStarConnectionsAPIMockRecorder) GetConnectionRequest ¶
func (mr *MockCodeStarConnectionsAPIMockRecorder) GetConnectionRequest(arg0 interface{}) *gomock.Call
GetConnectionRequest indicates an expected call of GetConnectionRequest
func (*MockCodeStarConnectionsAPIMockRecorder) GetConnectionWithContext ¶
func (mr *MockCodeStarConnectionsAPIMockRecorder) GetConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetConnectionWithContext indicates an expected call of GetConnectionWithContext
func (*MockCodeStarConnectionsAPIMockRecorder) ListConnections ¶
func (mr *MockCodeStarConnectionsAPIMockRecorder) ListConnections(arg0 interface{}) *gomock.Call
ListConnections indicates an expected call of ListConnections
func (*MockCodeStarConnectionsAPIMockRecorder) ListConnectionsPages ¶
func (mr *MockCodeStarConnectionsAPIMockRecorder) ListConnectionsPages(arg0, arg1 interface{}) *gomock.Call
ListConnectionsPages indicates an expected call of ListConnectionsPages
func (*MockCodeStarConnectionsAPIMockRecorder) ListConnectionsPagesWithContext ¶
func (mr *MockCodeStarConnectionsAPIMockRecorder) ListConnectionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListConnectionsPagesWithContext indicates an expected call of ListConnectionsPagesWithContext
func (*MockCodeStarConnectionsAPIMockRecorder) ListConnectionsRequest ¶
func (mr *MockCodeStarConnectionsAPIMockRecorder) ListConnectionsRequest(arg0 interface{}) *gomock.Call
ListConnectionsRequest indicates an expected call of ListConnectionsRequest
func (*MockCodeStarConnectionsAPIMockRecorder) ListConnectionsWithContext ¶
func (mr *MockCodeStarConnectionsAPIMockRecorder) ListConnectionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListConnectionsWithContext indicates an expected call of ListConnectionsWithContext