transfermock

package
v1.38.30 Latest Latest
Warning

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

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

Documentation

Overview

Package transfermock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockTransferAPI

type MockTransferAPI struct {
	// contains filtered or unexported fields
}

MockTransferAPI is a mock of TransferAPI interface

func NewMockTransferAPI

func NewMockTransferAPI(ctrl *gomock.Controller) *MockTransferAPI

NewMockTransferAPI creates a new mock instance

func (*MockTransferAPI) CreateServer

CreateServer mocks base method

func (*MockTransferAPI) CreateServerRequest

CreateServerRequest mocks base method

func (*MockTransferAPI) CreateServerWithContext

func (m *MockTransferAPI) CreateServerWithContext(arg0 context.Context, arg1 *transfer.CreateServerInput, arg2 ...request.Option) (*transfer.CreateServerOutput, error)

CreateServerWithContext mocks base method

func (*MockTransferAPI) CreateUser

CreateUser mocks base method

func (*MockTransferAPI) CreateUserRequest

CreateUserRequest mocks base method

func (*MockTransferAPI) CreateUserWithContext

func (m *MockTransferAPI) CreateUserWithContext(arg0 context.Context, arg1 *transfer.CreateUserInput, arg2 ...request.Option) (*transfer.CreateUserOutput, error)

CreateUserWithContext mocks base method

func (*MockTransferAPI) DeleteServer

DeleteServer mocks base method

func (*MockTransferAPI) DeleteServerRequest

DeleteServerRequest mocks base method

func (*MockTransferAPI) DeleteServerWithContext

func (m *MockTransferAPI) DeleteServerWithContext(arg0 context.Context, arg1 *transfer.DeleteServerInput, arg2 ...request.Option) (*transfer.DeleteServerOutput, error)

DeleteServerWithContext mocks base method

func (*MockTransferAPI) DeleteSshPublicKey

DeleteSshPublicKey mocks base method

func (*MockTransferAPI) DeleteSshPublicKeyRequest

DeleteSshPublicKeyRequest mocks base method

func (*MockTransferAPI) DeleteSshPublicKeyWithContext

func (m *MockTransferAPI) DeleteSshPublicKeyWithContext(arg0 context.Context, arg1 *transfer.DeleteSshPublicKeyInput, arg2 ...request.Option) (*transfer.DeleteSshPublicKeyOutput, error)

DeleteSshPublicKeyWithContext mocks base method

func (*MockTransferAPI) DeleteUser

DeleteUser mocks base method

func (*MockTransferAPI) DeleteUserRequest

DeleteUserRequest mocks base method

func (*MockTransferAPI) DeleteUserWithContext

func (m *MockTransferAPI) DeleteUserWithContext(arg0 context.Context, arg1 *transfer.DeleteUserInput, arg2 ...request.Option) (*transfer.DeleteUserOutput, error)

DeleteUserWithContext mocks base method

func (*MockTransferAPI) DescribeSecurityPolicy

DescribeSecurityPolicy mocks base method

func (*MockTransferAPI) DescribeSecurityPolicyRequest

DescribeSecurityPolicyRequest mocks base method

func (*MockTransferAPI) DescribeSecurityPolicyWithContext

func (m *MockTransferAPI) DescribeSecurityPolicyWithContext(arg0 context.Context, arg1 *transfer.DescribeSecurityPolicyInput, arg2 ...request.Option) (*transfer.DescribeSecurityPolicyOutput, error)

DescribeSecurityPolicyWithContext mocks base method

func (*MockTransferAPI) DescribeServer

DescribeServer mocks base method

func (*MockTransferAPI) DescribeServerRequest

DescribeServerRequest mocks base method

func (*MockTransferAPI) DescribeServerWithContext

func (m *MockTransferAPI) DescribeServerWithContext(arg0 context.Context, arg1 *transfer.DescribeServerInput, arg2 ...request.Option) (*transfer.DescribeServerOutput, error)

DescribeServerWithContext mocks base method

func (*MockTransferAPI) DescribeUser

DescribeUser mocks base method

func (*MockTransferAPI) DescribeUserRequest

DescribeUserRequest mocks base method

func (*MockTransferAPI) DescribeUserWithContext

func (m *MockTransferAPI) DescribeUserWithContext(arg0 context.Context, arg1 *transfer.DescribeUserInput, arg2 ...request.Option) (*transfer.DescribeUserOutput, error)

DescribeUserWithContext mocks base method

func (*MockTransferAPI) EXPECT

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

func (*MockTransferAPI) ImportSshPublicKey

ImportSshPublicKey mocks base method

func (*MockTransferAPI) ImportSshPublicKeyRequest

ImportSshPublicKeyRequest mocks base method

func (*MockTransferAPI) ImportSshPublicKeyWithContext

func (m *MockTransferAPI) ImportSshPublicKeyWithContext(arg0 context.Context, arg1 *transfer.ImportSshPublicKeyInput, arg2 ...request.Option) (*transfer.ImportSshPublicKeyOutput, error)

ImportSshPublicKeyWithContext mocks base method

func (*MockTransferAPI) ListSecurityPolicies

ListSecurityPolicies mocks base method

func (*MockTransferAPI) ListSecurityPoliciesPages

func (m *MockTransferAPI) ListSecurityPoliciesPages(arg0 *transfer.ListSecurityPoliciesInput, arg1 func(*transfer.ListSecurityPoliciesOutput, bool) bool) error

ListSecurityPoliciesPages mocks base method

func (*MockTransferAPI) ListSecurityPoliciesPagesWithContext

func (m *MockTransferAPI) ListSecurityPoliciesPagesWithContext(arg0 context.Context, arg1 *transfer.ListSecurityPoliciesInput, arg2 func(*transfer.ListSecurityPoliciesOutput, bool) bool, arg3 ...request.Option) error

ListSecurityPoliciesPagesWithContext mocks base method

func (*MockTransferAPI) ListSecurityPoliciesRequest

ListSecurityPoliciesRequest mocks base method

func (*MockTransferAPI) ListSecurityPoliciesWithContext

func (m *MockTransferAPI) ListSecurityPoliciesWithContext(arg0 context.Context, arg1 *transfer.ListSecurityPoliciesInput, arg2 ...request.Option) (*transfer.ListSecurityPoliciesOutput, error)

ListSecurityPoliciesWithContext mocks base method

func (*MockTransferAPI) ListServers

ListServers mocks base method

func (*MockTransferAPI) ListServersPages

func (m *MockTransferAPI) ListServersPages(arg0 *transfer.ListServersInput, arg1 func(*transfer.ListServersOutput, bool) bool) error

ListServersPages mocks base method

func (*MockTransferAPI) ListServersPagesWithContext

func (m *MockTransferAPI) ListServersPagesWithContext(arg0 context.Context, arg1 *transfer.ListServersInput, arg2 func(*transfer.ListServersOutput, bool) bool, arg3 ...request.Option) error

ListServersPagesWithContext mocks base method

func (*MockTransferAPI) ListServersRequest

ListServersRequest mocks base method

func (*MockTransferAPI) ListServersWithContext

func (m *MockTransferAPI) ListServersWithContext(arg0 context.Context, arg1 *transfer.ListServersInput, arg2 ...request.Option) (*transfer.ListServersOutput, error)

ListServersWithContext mocks base method

func (*MockTransferAPI) ListTagsForResource

ListTagsForResource mocks base method

func (*MockTransferAPI) ListTagsForResourcePages

func (m *MockTransferAPI) ListTagsForResourcePages(arg0 *transfer.ListTagsForResourceInput, arg1 func(*transfer.ListTagsForResourceOutput, bool) bool) error

ListTagsForResourcePages mocks base method

func (*MockTransferAPI) ListTagsForResourcePagesWithContext

func (m *MockTransferAPI) ListTagsForResourcePagesWithContext(arg0 context.Context, arg1 *transfer.ListTagsForResourceInput, arg2 func(*transfer.ListTagsForResourceOutput, bool) bool, arg3 ...request.Option) error

ListTagsForResourcePagesWithContext mocks base method

func (*MockTransferAPI) ListTagsForResourceRequest

ListTagsForResourceRequest mocks base method

func (*MockTransferAPI) ListTagsForResourceWithContext

func (m *MockTransferAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *transfer.ListTagsForResourceInput, arg2 ...request.Option) (*transfer.ListTagsForResourceOutput, error)

ListTagsForResourceWithContext mocks base method

func (*MockTransferAPI) ListUsers

ListUsers mocks base method

func (*MockTransferAPI) ListUsersPages

func (m *MockTransferAPI) ListUsersPages(arg0 *transfer.ListUsersInput, arg1 func(*transfer.ListUsersOutput, bool) bool) error

ListUsersPages mocks base method

func (*MockTransferAPI) ListUsersPagesWithContext

func (m *MockTransferAPI) ListUsersPagesWithContext(arg0 context.Context, arg1 *transfer.ListUsersInput, arg2 func(*transfer.ListUsersOutput, bool) bool, arg3 ...request.Option) error

ListUsersPagesWithContext mocks base method

func (*MockTransferAPI) ListUsersRequest

ListUsersRequest mocks base method

func (*MockTransferAPI) ListUsersWithContext

func (m *MockTransferAPI) ListUsersWithContext(arg0 context.Context, arg1 *transfer.ListUsersInput, arg2 ...request.Option) (*transfer.ListUsersOutput, error)

ListUsersWithContext mocks base method

func (*MockTransferAPI) StartServer

StartServer mocks base method

func (*MockTransferAPI) StartServerRequest

StartServerRequest mocks base method

func (*MockTransferAPI) StartServerWithContext

func (m *MockTransferAPI) StartServerWithContext(arg0 context.Context, arg1 *transfer.StartServerInput, arg2 ...request.Option) (*transfer.StartServerOutput, error)

StartServerWithContext mocks base method

func (*MockTransferAPI) StopServer

StopServer mocks base method

func (*MockTransferAPI) StopServerRequest

StopServerRequest mocks base method

func (*MockTransferAPI) StopServerWithContext

func (m *MockTransferAPI) StopServerWithContext(arg0 context.Context, arg1 *transfer.StopServerInput, arg2 ...request.Option) (*transfer.StopServerOutput, error)

StopServerWithContext mocks base method

func (*MockTransferAPI) TagResource

TagResource mocks base method

func (*MockTransferAPI) TagResourceRequest

TagResourceRequest mocks base method

func (*MockTransferAPI) TagResourceWithContext

func (m *MockTransferAPI) TagResourceWithContext(arg0 context.Context, arg1 *transfer.TagResourceInput, arg2 ...request.Option) (*transfer.TagResourceOutput, error)

TagResourceWithContext mocks base method

func (*MockTransferAPI) TestIdentityProvider

TestIdentityProvider mocks base method

func (*MockTransferAPI) TestIdentityProviderRequest

TestIdentityProviderRequest mocks base method

func (*MockTransferAPI) TestIdentityProviderWithContext

func (m *MockTransferAPI) TestIdentityProviderWithContext(arg0 context.Context, arg1 *transfer.TestIdentityProviderInput, arg2 ...request.Option) (*transfer.TestIdentityProviderOutput, error)

TestIdentityProviderWithContext mocks base method

func (*MockTransferAPI) UntagResource

UntagResource mocks base method

func (*MockTransferAPI) UntagResourceRequest

UntagResourceRequest mocks base method

func (*MockTransferAPI) UntagResourceWithContext

func (m *MockTransferAPI) UntagResourceWithContext(arg0 context.Context, arg1 *transfer.UntagResourceInput, arg2 ...request.Option) (*transfer.UntagResourceOutput, error)

UntagResourceWithContext mocks base method

func (*MockTransferAPI) UpdateServer

UpdateServer mocks base method

func (*MockTransferAPI) UpdateServerRequest

UpdateServerRequest mocks base method

func (*MockTransferAPI) UpdateServerWithContext

func (m *MockTransferAPI) UpdateServerWithContext(arg0 context.Context, arg1 *transfer.UpdateServerInput, arg2 ...request.Option) (*transfer.UpdateServerOutput, error)

UpdateServerWithContext mocks base method

func (*MockTransferAPI) UpdateUser

UpdateUser mocks base method

func (*MockTransferAPI) UpdateUserRequest

UpdateUserRequest mocks base method

func (*MockTransferAPI) UpdateUserWithContext

func (m *MockTransferAPI) UpdateUserWithContext(arg0 context.Context, arg1 *transfer.UpdateUserInput, arg2 ...request.Option) (*transfer.UpdateUserOutput, error)

UpdateUserWithContext mocks base method

type MockTransferAPIMockRecorder

type MockTransferAPIMockRecorder struct {
	// contains filtered or unexported fields
}

MockTransferAPIMockRecorder is the mock recorder for MockTransferAPI

func (*MockTransferAPIMockRecorder) CreateServer

func (mr *MockTransferAPIMockRecorder) CreateServer(arg0 interface{}) *gomock.Call

CreateServer indicates an expected call of CreateServer

func (*MockTransferAPIMockRecorder) CreateServerRequest

func (mr *MockTransferAPIMockRecorder) CreateServerRequest(arg0 interface{}) *gomock.Call

CreateServerRequest indicates an expected call of CreateServerRequest

func (*MockTransferAPIMockRecorder) CreateServerWithContext

func (mr *MockTransferAPIMockRecorder) CreateServerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateServerWithContext indicates an expected call of CreateServerWithContext

func (*MockTransferAPIMockRecorder) CreateUser

func (mr *MockTransferAPIMockRecorder) CreateUser(arg0 interface{}) *gomock.Call

CreateUser indicates an expected call of CreateUser

func (*MockTransferAPIMockRecorder) CreateUserRequest

func (mr *MockTransferAPIMockRecorder) CreateUserRequest(arg0 interface{}) *gomock.Call

CreateUserRequest indicates an expected call of CreateUserRequest

func (*MockTransferAPIMockRecorder) CreateUserWithContext

func (mr *MockTransferAPIMockRecorder) CreateUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateUserWithContext indicates an expected call of CreateUserWithContext

func (*MockTransferAPIMockRecorder) DeleteServer

func (mr *MockTransferAPIMockRecorder) DeleteServer(arg0 interface{}) *gomock.Call

DeleteServer indicates an expected call of DeleteServer

func (*MockTransferAPIMockRecorder) DeleteServerRequest

func (mr *MockTransferAPIMockRecorder) DeleteServerRequest(arg0 interface{}) *gomock.Call

DeleteServerRequest indicates an expected call of DeleteServerRequest

func (*MockTransferAPIMockRecorder) DeleteServerWithContext

func (mr *MockTransferAPIMockRecorder) DeleteServerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteServerWithContext indicates an expected call of DeleteServerWithContext

func (*MockTransferAPIMockRecorder) DeleteSshPublicKey

func (mr *MockTransferAPIMockRecorder) DeleteSshPublicKey(arg0 interface{}) *gomock.Call

DeleteSshPublicKey indicates an expected call of DeleteSshPublicKey

func (*MockTransferAPIMockRecorder) DeleteSshPublicKeyRequest

func (mr *MockTransferAPIMockRecorder) DeleteSshPublicKeyRequest(arg0 interface{}) *gomock.Call

DeleteSshPublicKeyRequest indicates an expected call of DeleteSshPublicKeyRequest

func (*MockTransferAPIMockRecorder) DeleteSshPublicKeyWithContext

func (mr *MockTransferAPIMockRecorder) DeleteSshPublicKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSshPublicKeyWithContext indicates an expected call of DeleteSshPublicKeyWithContext

func (*MockTransferAPIMockRecorder) DeleteUser

func (mr *MockTransferAPIMockRecorder) DeleteUser(arg0 interface{}) *gomock.Call

DeleteUser indicates an expected call of DeleteUser

func (*MockTransferAPIMockRecorder) DeleteUserRequest

func (mr *MockTransferAPIMockRecorder) DeleteUserRequest(arg0 interface{}) *gomock.Call

DeleteUserRequest indicates an expected call of DeleteUserRequest

func (*MockTransferAPIMockRecorder) DeleteUserWithContext

func (mr *MockTransferAPIMockRecorder) DeleteUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteUserWithContext indicates an expected call of DeleteUserWithContext

func (*MockTransferAPIMockRecorder) DescribeSecurityPolicy

func (mr *MockTransferAPIMockRecorder) DescribeSecurityPolicy(arg0 interface{}) *gomock.Call

DescribeSecurityPolicy indicates an expected call of DescribeSecurityPolicy

func (*MockTransferAPIMockRecorder) DescribeSecurityPolicyRequest

func (mr *MockTransferAPIMockRecorder) DescribeSecurityPolicyRequest(arg0 interface{}) *gomock.Call

DescribeSecurityPolicyRequest indicates an expected call of DescribeSecurityPolicyRequest

func (*MockTransferAPIMockRecorder) DescribeSecurityPolicyWithContext

func (mr *MockTransferAPIMockRecorder) DescribeSecurityPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSecurityPolicyWithContext indicates an expected call of DescribeSecurityPolicyWithContext

func (*MockTransferAPIMockRecorder) DescribeServer

func (mr *MockTransferAPIMockRecorder) DescribeServer(arg0 interface{}) *gomock.Call

DescribeServer indicates an expected call of DescribeServer

func (*MockTransferAPIMockRecorder) DescribeServerRequest

func (mr *MockTransferAPIMockRecorder) DescribeServerRequest(arg0 interface{}) *gomock.Call

DescribeServerRequest indicates an expected call of DescribeServerRequest

func (*MockTransferAPIMockRecorder) DescribeServerWithContext

func (mr *MockTransferAPIMockRecorder) DescribeServerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeServerWithContext indicates an expected call of DescribeServerWithContext

func (*MockTransferAPIMockRecorder) DescribeUser

func (mr *MockTransferAPIMockRecorder) DescribeUser(arg0 interface{}) *gomock.Call

DescribeUser indicates an expected call of DescribeUser

func (*MockTransferAPIMockRecorder) DescribeUserRequest

func (mr *MockTransferAPIMockRecorder) DescribeUserRequest(arg0 interface{}) *gomock.Call

DescribeUserRequest indicates an expected call of DescribeUserRequest

func (*MockTransferAPIMockRecorder) DescribeUserWithContext

func (mr *MockTransferAPIMockRecorder) DescribeUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeUserWithContext indicates an expected call of DescribeUserWithContext

func (*MockTransferAPIMockRecorder) ImportSshPublicKey

func (mr *MockTransferAPIMockRecorder) ImportSshPublicKey(arg0 interface{}) *gomock.Call

ImportSshPublicKey indicates an expected call of ImportSshPublicKey

func (*MockTransferAPIMockRecorder) ImportSshPublicKeyRequest

func (mr *MockTransferAPIMockRecorder) ImportSshPublicKeyRequest(arg0 interface{}) *gomock.Call

ImportSshPublicKeyRequest indicates an expected call of ImportSshPublicKeyRequest

func (*MockTransferAPIMockRecorder) ImportSshPublicKeyWithContext

func (mr *MockTransferAPIMockRecorder) ImportSshPublicKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ImportSshPublicKeyWithContext indicates an expected call of ImportSshPublicKeyWithContext

func (*MockTransferAPIMockRecorder) ListSecurityPolicies

func (mr *MockTransferAPIMockRecorder) ListSecurityPolicies(arg0 interface{}) *gomock.Call

ListSecurityPolicies indicates an expected call of ListSecurityPolicies

func (*MockTransferAPIMockRecorder) ListSecurityPoliciesPages

func (mr *MockTransferAPIMockRecorder) ListSecurityPoliciesPages(arg0, arg1 interface{}) *gomock.Call

ListSecurityPoliciesPages indicates an expected call of ListSecurityPoliciesPages

func (*MockTransferAPIMockRecorder) ListSecurityPoliciesPagesWithContext

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

ListSecurityPoliciesPagesWithContext indicates an expected call of ListSecurityPoliciesPagesWithContext

func (*MockTransferAPIMockRecorder) ListSecurityPoliciesRequest

func (mr *MockTransferAPIMockRecorder) ListSecurityPoliciesRequest(arg0 interface{}) *gomock.Call

ListSecurityPoliciesRequest indicates an expected call of ListSecurityPoliciesRequest

func (*MockTransferAPIMockRecorder) ListSecurityPoliciesWithContext

func (mr *MockTransferAPIMockRecorder) ListSecurityPoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSecurityPoliciesWithContext indicates an expected call of ListSecurityPoliciesWithContext

func (*MockTransferAPIMockRecorder) ListServers

func (mr *MockTransferAPIMockRecorder) ListServers(arg0 interface{}) *gomock.Call

ListServers indicates an expected call of ListServers

func (*MockTransferAPIMockRecorder) ListServersPages

func (mr *MockTransferAPIMockRecorder) ListServersPages(arg0, arg1 interface{}) *gomock.Call

ListServersPages indicates an expected call of ListServersPages

func (*MockTransferAPIMockRecorder) ListServersPagesWithContext

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

ListServersPagesWithContext indicates an expected call of ListServersPagesWithContext

func (*MockTransferAPIMockRecorder) ListServersRequest

func (mr *MockTransferAPIMockRecorder) ListServersRequest(arg0 interface{}) *gomock.Call

ListServersRequest indicates an expected call of ListServersRequest

func (*MockTransferAPIMockRecorder) ListServersWithContext

func (mr *MockTransferAPIMockRecorder) ListServersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListServersWithContext indicates an expected call of ListServersWithContext

func (*MockTransferAPIMockRecorder) ListTagsForResource

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

ListTagsForResource indicates an expected call of ListTagsForResource

func (*MockTransferAPIMockRecorder) ListTagsForResourcePages

func (mr *MockTransferAPIMockRecorder) ListTagsForResourcePages(arg0, arg1 interface{}) *gomock.Call

ListTagsForResourcePages indicates an expected call of ListTagsForResourcePages

func (*MockTransferAPIMockRecorder) ListTagsForResourcePagesWithContext

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

ListTagsForResourcePagesWithContext indicates an expected call of ListTagsForResourcePagesWithContext

func (*MockTransferAPIMockRecorder) ListTagsForResourceRequest

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

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest

func (*MockTransferAPIMockRecorder) ListTagsForResourceWithContext

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

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext

func (*MockTransferAPIMockRecorder) ListUsers

func (mr *MockTransferAPIMockRecorder) ListUsers(arg0 interface{}) *gomock.Call

ListUsers indicates an expected call of ListUsers

func (*MockTransferAPIMockRecorder) ListUsersPages

func (mr *MockTransferAPIMockRecorder) ListUsersPages(arg0, arg1 interface{}) *gomock.Call

ListUsersPages indicates an expected call of ListUsersPages

func (*MockTransferAPIMockRecorder) ListUsersPagesWithContext

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

ListUsersPagesWithContext indicates an expected call of ListUsersPagesWithContext

func (*MockTransferAPIMockRecorder) ListUsersRequest

func (mr *MockTransferAPIMockRecorder) ListUsersRequest(arg0 interface{}) *gomock.Call

ListUsersRequest indicates an expected call of ListUsersRequest

func (*MockTransferAPIMockRecorder) ListUsersWithContext

func (mr *MockTransferAPIMockRecorder) ListUsersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListUsersWithContext indicates an expected call of ListUsersWithContext

func (*MockTransferAPIMockRecorder) StartServer

func (mr *MockTransferAPIMockRecorder) StartServer(arg0 interface{}) *gomock.Call

StartServer indicates an expected call of StartServer

func (*MockTransferAPIMockRecorder) StartServerRequest

func (mr *MockTransferAPIMockRecorder) StartServerRequest(arg0 interface{}) *gomock.Call

StartServerRequest indicates an expected call of StartServerRequest

func (*MockTransferAPIMockRecorder) StartServerWithContext

func (mr *MockTransferAPIMockRecorder) StartServerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartServerWithContext indicates an expected call of StartServerWithContext

func (*MockTransferAPIMockRecorder) StopServer

func (mr *MockTransferAPIMockRecorder) StopServer(arg0 interface{}) *gomock.Call

StopServer indicates an expected call of StopServer

func (*MockTransferAPIMockRecorder) StopServerRequest

func (mr *MockTransferAPIMockRecorder) StopServerRequest(arg0 interface{}) *gomock.Call

StopServerRequest indicates an expected call of StopServerRequest

func (*MockTransferAPIMockRecorder) StopServerWithContext

func (mr *MockTransferAPIMockRecorder) StopServerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopServerWithContext indicates an expected call of StopServerWithContext

func (*MockTransferAPIMockRecorder) TagResource

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

TagResource indicates an expected call of TagResource

func (*MockTransferAPIMockRecorder) TagResourceRequest

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

TagResourceRequest indicates an expected call of TagResourceRequest

func (*MockTransferAPIMockRecorder) TagResourceWithContext

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

TagResourceWithContext indicates an expected call of TagResourceWithContext

func (*MockTransferAPIMockRecorder) TestIdentityProvider

func (mr *MockTransferAPIMockRecorder) TestIdentityProvider(arg0 interface{}) *gomock.Call

TestIdentityProvider indicates an expected call of TestIdentityProvider

func (*MockTransferAPIMockRecorder) TestIdentityProviderRequest

func (mr *MockTransferAPIMockRecorder) TestIdentityProviderRequest(arg0 interface{}) *gomock.Call

TestIdentityProviderRequest indicates an expected call of TestIdentityProviderRequest

func (*MockTransferAPIMockRecorder) TestIdentityProviderWithContext

func (mr *MockTransferAPIMockRecorder) TestIdentityProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TestIdentityProviderWithContext indicates an expected call of TestIdentityProviderWithContext

func (*MockTransferAPIMockRecorder) UntagResource

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

UntagResource indicates an expected call of UntagResource

func (*MockTransferAPIMockRecorder) UntagResourceRequest

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

UntagResourceRequest indicates an expected call of UntagResourceRequest

func (*MockTransferAPIMockRecorder) UntagResourceWithContext

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

UntagResourceWithContext indicates an expected call of UntagResourceWithContext

func (*MockTransferAPIMockRecorder) UpdateServer

func (mr *MockTransferAPIMockRecorder) UpdateServer(arg0 interface{}) *gomock.Call

UpdateServer indicates an expected call of UpdateServer

func (*MockTransferAPIMockRecorder) UpdateServerRequest

func (mr *MockTransferAPIMockRecorder) UpdateServerRequest(arg0 interface{}) *gomock.Call

UpdateServerRequest indicates an expected call of UpdateServerRequest

func (*MockTransferAPIMockRecorder) UpdateServerWithContext

func (mr *MockTransferAPIMockRecorder) UpdateServerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateServerWithContext indicates an expected call of UpdateServerWithContext

func (*MockTransferAPIMockRecorder) UpdateUser

func (mr *MockTransferAPIMockRecorder) UpdateUser(arg0 interface{}) *gomock.Call

UpdateUser indicates an expected call of UpdateUser

func (*MockTransferAPIMockRecorder) UpdateUserRequest

func (mr *MockTransferAPIMockRecorder) UpdateUserRequest(arg0 interface{}) *gomock.Call

UpdateUserRequest indicates an expected call of UpdateUserRequest

func (*MockTransferAPIMockRecorder) UpdateUserWithContext

func (mr *MockTransferAPIMockRecorder) UpdateUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateUserWithContext indicates an expected call of UpdateUserWithContext

Jump to

Keyboard shortcuts

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