codestarconnectionsmock

package
v1.43.22 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 22, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package codestarconnectionsmock is a generated GoMock package.

Index

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

CreateConnection mocks base method.

func (*MockCodeStarConnectionsAPI) CreateConnectionRequest

CreateConnectionRequest mocks base method.

func (*MockCodeStarConnectionsAPI) CreateConnectionWithContext

CreateConnectionWithContext mocks base method.

func (*MockCodeStarConnectionsAPI) CreateHost

CreateHost mocks base method.

func (*MockCodeStarConnectionsAPI) CreateHostRequest

CreateHostRequest mocks base method.

func (*MockCodeStarConnectionsAPI) CreateHostWithContext

CreateHostWithContext mocks base method.

func (*MockCodeStarConnectionsAPI) DeleteConnection

DeleteConnection mocks base method.

func (*MockCodeStarConnectionsAPI) DeleteConnectionRequest

DeleteConnectionRequest mocks base method.

func (*MockCodeStarConnectionsAPI) DeleteConnectionWithContext

DeleteConnectionWithContext mocks base method.

func (*MockCodeStarConnectionsAPI) DeleteHost

DeleteHost mocks base method.

func (*MockCodeStarConnectionsAPI) DeleteHostRequest

DeleteHostRequest mocks base method.

func (*MockCodeStarConnectionsAPI) DeleteHostWithContext

DeleteHostWithContext mocks base method.

func (*MockCodeStarConnectionsAPI) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockCodeStarConnectionsAPI) GetConnection

GetConnection mocks base method.

func (*MockCodeStarConnectionsAPI) GetConnectionRequest

GetConnectionRequest mocks base method.

func (*MockCodeStarConnectionsAPI) GetConnectionWithContext

GetConnectionWithContext mocks base method.

func (*MockCodeStarConnectionsAPI) GetHost

GetHost mocks base method.

func (*MockCodeStarConnectionsAPI) GetHostRequest

GetHostRequest mocks base method.

func (*MockCodeStarConnectionsAPI) GetHostWithContext

GetHostWithContext mocks base method.

func (*MockCodeStarConnectionsAPI) ListConnections

ListConnections mocks base method.

func (*MockCodeStarConnectionsAPI) ListConnectionsPages

ListConnectionsPages mocks base method.

func (*MockCodeStarConnectionsAPI) ListConnectionsPagesWithContext

ListConnectionsPagesWithContext mocks base method.

func (*MockCodeStarConnectionsAPI) ListConnectionsRequest

ListConnectionsRequest mocks base method.

func (*MockCodeStarConnectionsAPI) ListConnectionsWithContext

ListConnectionsWithContext mocks base method.

func (*MockCodeStarConnectionsAPI) ListHosts

ListHosts mocks base method.

func (*MockCodeStarConnectionsAPI) ListHostsPages

ListHostsPages mocks base method.

func (*MockCodeStarConnectionsAPI) ListHostsPagesWithContext

ListHostsPagesWithContext mocks base method.

func (*MockCodeStarConnectionsAPI) ListHostsRequest

ListHostsRequest mocks base method.

func (*MockCodeStarConnectionsAPI) ListHostsWithContext

ListHostsWithContext mocks base method.

func (*MockCodeStarConnectionsAPI) ListTagsForResource

ListTagsForResource mocks base method.

func (*MockCodeStarConnectionsAPI) ListTagsForResourceRequest

ListTagsForResourceRequest mocks base method.

func (*MockCodeStarConnectionsAPI) ListTagsForResourceWithContext

ListTagsForResourceWithContext mocks base method.

func (*MockCodeStarConnectionsAPI) TagResource

TagResource mocks base method.

func (*MockCodeStarConnectionsAPI) TagResourceRequest

TagResourceRequest mocks base method.

func (*MockCodeStarConnectionsAPI) TagResourceWithContext

TagResourceWithContext mocks base method.

func (*MockCodeStarConnectionsAPI) UntagResource

UntagResource mocks base method.

func (*MockCodeStarConnectionsAPI) UntagResourceRequest

UntagResourceRequest mocks base method.

func (*MockCodeStarConnectionsAPI) UntagResourceWithContext

UntagResourceWithContext mocks base method.

func (*MockCodeStarConnectionsAPI) UpdateHost

UpdateHost mocks base method.

func (*MockCodeStarConnectionsAPI) UpdateHostRequest

UpdateHostRequest mocks base method.

func (*MockCodeStarConnectionsAPI) UpdateHostWithContext

UpdateHostWithContext 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) CreateHost

func (mr *MockCodeStarConnectionsAPIMockRecorder) CreateHost(arg0 interface{}) *gomock.Call

CreateHost indicates an expected call of CreateHost.

func (*MockCodeStarConnectionsAPIMockRecorder) CreateHostRequest

func (mr *MockCodeStarConnectionsAPIMockRecorder) CreateHostRequest(arg0 interface{}) *gomock.Call

CreateHostRequest indicates an expected call of CreateHostRequest.

func (*MockCodeStarConnectionsAPIMockRecorder) CreateHostWithContext

func (mr *MockCodeStarConnectionsAPIMockRecorder) CreateHostWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateHostWithContext indicates an expected call of CreateHostWithContext.

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) DeleteHost

func (mr *MockCodeStarConnectionsAPIMockRecorder) DeleteHost(arg0 interface{}) *gomock.Call

DeleteHost indicates an expected call of DeleteHost.

func (*MockCodeStarConnectionsAPIMockRecorder) DeleteHostRequest

func (mr *MockCodeStarConnectionsAPIMockRecorder) DeleteHostRequest(arg0 interface{}) *gomock.Call

DeleteHostRequest indicates an expected call of DeleteHostRequest.

func (*MockCodeStarConnectionsAPIMockRecorder) DeleteHostWithContext

func (mr *MockCodeStarConnectionsAPIMockRecorder) DeleteHostWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteHostWithContext indicates an expected call of DeleteHostWithContext.

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) GetHost

func (mr *MockCodeStarConnectionsAPIMockRecorder) GetHost(arg0 interface{}) *gomock.Call

GetHost indicates an expected call of GetHost.

func (*MockCodeStarConnectionsAPIMockRecorder) GetHostRequest

func (mr *MockCodeStarConnectionsAPIMockRecorder) GetHostRequest(arg0 interface{}) *gomock.Call

GetHostRequest indicates an expected call of GetHostRequest.

func (*MockCodeStarConnectionsAPIMockRecorder) GetHostWithContext

func (mr *MockCodeStarConnectionsAPIMockRecorder) GetHostWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetHostWithContext indicates an expected call of GetHostWithContext.

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.

func (*MockCodeStarConnectionsAPIMockRecorder) ListHosts

func (mr *MockCodeStarConnectionsAPIMockRecorder) ListHosts(arg0 interface{}) *gomock.Call

ListHosts indicates an expected call of ListHosts.

func (*MockCodeStarConnectionsAPIMockRecorder) ListHostsPages

func (mr *MockCodeStarConnectionsAPIMockRecorder) ListHostsPages(arg0, arg1 interface{}) *gomock.Call

ListHostsPages indicates an expected call of ListHostsPages.

func (*MockCodeStarConnectionsAPIMockRecorder) ListHostsPagesWithContext

func (mr *MockCodeStarConnectionsAPIMockRecorder) ListHostsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListHostsPagesWithContext indicates an expected call of ListHostsPagesWithContext.

func (*MockCodeStarConnectionsAPIMockRecorder) ListHostsRequest

func (mr *MockCodeStarConnectionsAPIMockRecorder) ListHostsRequest(arg0 interface{}) *gomock.Call

ListHostsRequest indicates an expected call of ListHostsRequest.

func (*MockCodeStarConnectionsAPIMockRecorder) ListHostsWithContext

func (mr *MockCodeStarConnectionsAPIMockRecorder) ListHostsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListHostsWithContext indicates an expected call of ListHostsWithContext.

func (*MockCodeStarConnectionsAPIMockRecorder) ListTagsForResource

func (mr *MockCodeStarConnectionsAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource.

func (*MockCodeStarConnectionsAPIMockRecorder) ListTagsForResourceRequest

func (mr *MockCodeStarConnectionsAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest.

func (*MockCodeStarConnectionsAPIMockRecorder) ListTagsForResourceWithContext

func (mr *MockCodeStarConnectionsAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext.

func (*MockCodeStarConnectionsAPIMockRecorder) TagResource

func (mr *MockCodeStarConnectionsAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call

TagResource indicates an expected call of TagResource.

func (*MockCodeStarConnectionsAPIMockRecorder) TagResourceRequest

func (mr *MockCodeStarConnectionsAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call

TagResourceRequest indicates an expected call of TagResourceRequest.

func (*MockCodeStarConnectionsAPIMockRecorder) TagResourceWithContext

func (mr *MockCodeStarConnectionsAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagResourceWithContext indicates an expected call of TagResourceWithContext.

func (*MockCodeStarConnectionsAPIMockRecorder) UntagResource

func (mr *MockCodeStarConnectionsAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call

UntagResource indicates an expected call of UntagResource.

func (*MockCodeStarConnectionsAPIMockRecorder) UntagResourceRequest

func (mr *MockCodeStarConnectionsAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call

UntagResourceRequest indicates an expected call of UntagResourceRequest.

func (*MockCodeStarConnectionsAPIMockRecorder) UntagResourceWithContext

func (mr *MockCodeStarConnectionsAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagResourceWithContext indicates an expected call of UntagResourceWithContext.

func (*MockCodeStarConnectionsAPIMockRecorder) UpdateHost

func (mr *MockCodeStarConnectionsAPIMockRecorder) UpdateHost(arg0 interface{}) *gomock.Call

UpdateHost indicates an expected call of UpdateHost.

func (*MockCodeStarConnectionsAPIMockRecorder) UpdateHostRequest

func (mr *MockCodeStarConnectionsAPIMockRecorder) UpdateHostRequest(arg0 interface{}) *gomock.Call

UpdateHostRequest indicates an expected call of UpdateHostRequest.

func (*MockCodeStarConnectionsAPIMockRecorder) UpdateHostWithContext

func (mr *MockCodeStarConnectionsAPIMockRecorder) UpdateHostWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateHostWithContext indicates an expected call of UpdateHostWithContext.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL