Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
- type MockClient
- func (m *MockClient) CreateAccessKey(arg0 *iam.CreateAccessKeyInput) (*iam.CreateAccessKeyOutput, error)
- func (m *MockClient) CreateBucket(arg0 *s3.CreateBucketInput) (*s3.CreateBucketOutput, error)
- func (m *MockClient) CreateHostedZone(input *route53.CreateHostedZoneInput) (*route53.CreateHostedZoneOutput, error)
- func (m *MockClient) CreateUser(arg0 *iam.CreateUserInput) (*iam.CreateUserOutput, error)
- func (m *MockClient) DeleteAccessKey(arg0 *iam.DeleteAccessKeyInput) (*iam.DeleteAccessKeyOutput, error)
- func (m *MockClient) DeleteBucket(arg0 *s3.DeleteBucketInput) (*s3.DeleteBucketOutput, error)
- func (m *MockClient) DeleteHostedZone(input *route53.DeleteHostedZoneInput) (*route53.DeleteHostedZoneOutput, error)
- func (m *MockClient) DeleteUser(arg0 *iam.DeleteUserInput) (*iam.DeleteUserOutput, error)
- func (m *MockClient) DeleteUserPolicy(arg0 *iam.DeleteUserPolicyInput) (*iam.DeleteUserPolicyOutput, error)
- func (m *MockClient) DescribeAvailabilityZones(arg0 *ec2.DescribeAvailabilityZonesInput) (*ec2.DescribeAvailabilityZonesOutput, error)
- func (m *MockClient) DescribeImages(arg0 *ec2.DescribeImagesInput) (*ec2.DescribeImagesOutput, error)
- func (m *MockClient) DescribeInstances(arg0 *ec2.DescribeInstancesInput) (*ec2.DescribeInstancesOutput, error)
- func (m *MockClient) DescribeSecurityGroups(arg0 *ec2.DescribeSecurityGroupsInput) (*ec2.DescribeSecurityGroupsOutput, error)
- func (m *MockClient) DescribeSubnets(arg0 *ec2.DescribeSubnetsInput) (*ec2.DescribeSubnetsOutput, error)
- func (m *MockClient) DescribeVpcs(arg0 *ec2.DescribeVpcsInput) (*ec2.DescribeVpcsOutput, error)
- func (m *MockClient) EXPECT() *MockClientMockRecorder
- func (m *MockClient) GetS3API() s3iface.S3API
- func (m *MockClient) GetUser(arg0 *iam.GetUserInput) (*iam.GetUserOutput, error)
- func (m *MockClient) ListAccessKeys(arg0 *iam.ListAccessKeysInput) (*iam.ListAccessKeysOutput, error)
- func (m *MockClient) ListBuckets(arg0 *s3.ListBucketsInput) (*s3.ListBucketsOutput, error)
- func (m *MockClient) ListHostedZones(input *route53.ListHostedZonesInput) (*route53.ListHostedZonesOutput, error)
- func (m *MockClient) ListUserPolicies(arg0 *iam.ListUserPoliciesInput) (*iam.ListUserPoliciesOutput, error)
- func (m *MockClient) PutUserPolicy(arg0 *iam.PutUserPolicyInput) (*iam.PutUserPolicyOutput, error)
- func (m *MockClient) RegisterInstancesWithLoadBalancer(arg0 *elb.RegisterInstancesWithLoadBalancerInput) (*elb.RegisterInstancesWithLoadBalancerOutput, error)
- func (m *MockClient) RunInstances(arg0 *ec2.RunInstancesInput) (*ec2.Reservation, error)
- func (m *MockClient) TerminateInstances(arg0 *ec2.TerminateInstancesInput) (*ec2.TerminateInstancesOutput, error)
- type MockClientMockRecorder
- func (mr *MockClientMockRecorder) CreateAccessKey(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) CreateBucket(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) CreateHostedZone(input interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) CreateUser(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DeleteAccessKey(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DeleteBucket(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DeleteHostedZone(input interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DeleteUser(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DeleteUserPolicy(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DescribeAvailabilityZones(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DescribeImages(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DescribeInstances(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DescribeSecurityGroups(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DescribeSubnets(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DescribeVpcs(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) GetS3API() *gomock.Call
- func (mr *MockClientMockRecorder) GetUser(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) ListAccessKeys(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) ListBuckets(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) ListHostedZones(input interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) ListUserPolicies(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) PutUserPolicy(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) RegisterInstancesWithLoadBalancer(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) RunInstances(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) TerminateInstances(arg0 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClient ¶
type MockClient struct {
// contains filtered or unexported fields
}
MockClient is a mock of Client interface
func NewMockClient ¶
func NewMockClient(ctrl *gomock.Controller) *MockClient
NewMockClient creates a new mock instance
func (*MockClient) CreateAccessKey ¶
func (m *MockClient) CreateAccessKey(arg0 *iam.CreateAccessKeyInput) (*iam.CreateAccessKeyOutput, error)
CreateAccessKey mocks base method
func (*MockClient) CreateBucket ¶
func (m *MockClient) CreateBucket(arg0 *s3.CreateBucketInput) (*s3.CreateBucketOutput, error)
CreateBucket mocks base method
func (*MockClient) CreateHostedZone ¶
func (m *MockClient) CreateHostedZone(input *route53.CreateHostedZoneInput) (*route53.CreateHostedZoneOutput, error)
CreateHostedZone mocks base method
func (*MockClient) CreateUser ¶
func (m *MockClient) CreateUser(arg0 *iam.CreateUserInput) (*iam.CreateUserOutput, error)
CreateUser mocks base method
func (*MockClient) DeleteAccessKey ¶
func (m *MockClient) DeleteAccessKey(arg0 *iam.DeleteAccessKeyInput) (*iam.DeleteAccessKeyOutput, error)
DeleteAccessKey mocks base method
func (*MockClient) DeleteBucket ¶
func (m *MockClient) DeleteBucket(arg0 *s3.DeleteBucketInput) (*s3.DeleteBucketOutput, error)
DeleteBucket mocks base method
func (*MockClient) DeleteHostedZone ¶
func (m *MockClient) DeleteHostedZone(input *route53.DeleteHostedZoneInput) (*route53.DeleteHostedZoneOutput, error)
DeleteHostedZone mocks base method
func (*MockClient) DeleteUser ¶
func (m *MockClient) DeleteUser(arg0 *iam.DeleteUserInput) (*iam.DeleteUserOutput, error)
DeleteUser mocks base method
func (*MockClient) DeleteUserPolicy ¶
func (m *MockClient) DeleteUserPolicy(arg0 *iam.DeleteUserPolicyInput) (*iam.DeleteUserPolicyOutput, error)
DeleteUserPolicy mocks base method
func (*MockClient) DescribeAvailabilityZones ¶
func (m *MockClient) DescribeAvailabilityZones(arg0 *ec2.DescribeAvailabilityZonesInput) (*ec2.DescribeAvailabilityZonesOutput, error)
DescribeAvailabilityZones mocks base method
func (*MockClient) DescribeImages ¶
func (m *MockClient) DescribeImages(arg0 *ec2.DescribeImagesInput) (*ec2.DescribeImagesOutput, error)
DescribeImages mocks base method
func (*MockClient) DescribeInstances ¶
func (m *MockClient) DescribeInstances(arg0 *ec2.DescribeInstancesInput) (*ec2.DescribeInstancesOutput, error)
DescribeInstances mocks base method
func (*MockClient) DescribeSecurityGroups ¶
func (m *MockClient) DescribeSecurityGroups(arg0 *ec2.DescribeSecurityGroupsInput) (*ec2.DescribeSecurityGroupsOutput, error)
DescribeSecurityGroups mocks base method
func (*MockClient) DescribeSubnets ¶
func (m *MockClient) DescribeSubnets(arg0 *ec2.DescribeSubnetsInput) (*ec2.DescribeSubnetsOutput, error)
DescribeSubnets mocks base method
func (*MockClient) DescribeVpcs ¶
func (m *MockClient) DescribeVpcs(arg0 *ec2.DescribeVpcsInput) (*ec2.DescribeVpcsOutput, error)
DescribeVpcs mocks base method
func (*MockClient) EXPECT ¶
func (m *MockClient) EXPECT() *MockClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockClient) GetS3API ¶
func (m *MockClient) GetS3API() s3iface.S3API
GetS3API mocks base method
func (*MockClient) GetUser ¶
func (m *MockClient) GetUser(arg0 *iam.GetUserInput) (*iam.GetUserOutput, error)
GetUser mocks base method
func (*MockClient) ListAccessKeys ¶
func (m *MockClient) ListAccessKeys(arg0 *iam.ListAccessKeysInput) (*iam.ListAccessKeysOutput, error)
ListAccessKeys mocks base method
func (*MockClient) ListBuckets ¶
func (m *MockClient) ListBuckets(arg0 *s3.ListBucketsInput) (*s3.ListBucketsOutput, error)
ListBuckets mocks base method
func (*MockClient) ListHostedZones ¶
func (m *MockClient) ListHostedZones(input *route53.ListHostedZonesInput) (*route53.ListHostedZonesOutput, error)
ListHostedZones mocks base method
func (*MockClient) ListUserPolicies ¶
func (m *MockClient) ListUserPolicies(arg0 *iam.ListUserPoliciesInput) (*iam.ListUserPoliciesOutput, error)
ListUserPolicies mocks base method
func (*MockClient) PutUserPolicy ¶
func (m *MockClient) PutUserPolicy(arg0 *iam.PutUserPolicyInput) (*iam.PutUserPolicyOutput, error)
PutUserPolicy mocks base method
func (*MockClient) RegisterInstancesWithLoadBalancer ¶
func (m *MockClient) RegisterInstancesWithLoadBalancer(arg0 *elb.RegisterInstancesWithLoadBalancerInput) (*elb.RegisterInstancesWithLoadBalancerOutput, error)
RegisterInstancesWithLoadBalancer mocks base method
func (*MockClient) RunInstances ¶
func (m *MockClient) RunInstances(arg0 *ec2.RunInstancesInput) (*ec2.Reservation, error)
RunInstances mocks base method
func (*MockClient) TerminateInstances ¶
func (m *MockClient) TerminateInstances(arg0 *ec2.TerminateInstancesInput) (*ec2.TerminateInstancesOutput, error)
TerminateInstances mocks base method
type MockClientMockRecorder ¶
type MockClientMockRecorder struct {
// contains filtered or unexported fields
}
MockClientMockRecorder is the mock recorder for MockClient
func (*MockClientMockRecorder) CreateAccessKey ¶
func (mr *MockClientMockRecorder) CreateAccessKey(arg0 interface{}) *gomock.Call
CreateAccessKey indicates an expected call of CreateAccessKey
func (*MockClientMockRecorder) CreateBucket ¶
func (mr *MockClientMockRecorder) CreateBucket(arg0 interface{}) *gomock.Call
CreateBucket indicates an expected call of CreateBucket
func (*MockClientMockRecorder) CreateHostedZone ¶
func (mr *MockClientMockRecorder) CreateHostedZone(input interface{}) *gomock.Call
CreateHostedZone indicates an expected call of CreateHostedZone
func (*MockClientMockRecorder) CreateUser ¶
func (mr *MockClientMockRecorder) CreateUser(arg0 interface{}) *gomock.Call
CreateUser indicates an expected call of CreateUser
func (*MockClientMockRecorder) DeleteAccessKey ¶
func (mr *MockClientMockRecorder) DeleteAccessKey(arg0 interface{}) *gomock.Call
DeleteAccessKey indicates an expected call of DeleteAccessKey
func (*MockClientMockRecorder) DeleteBucket ¶
func (mr *MockClientMockRecorder) DeleteBucket(arg0 interface{}) *gomock.Call
DeleteBucket indicates an expected call of DeleteBucket
func (*MockClientMockRecorder) DeleteHostedZone ¶
func (mr *MockClientMockRecorder) DeleteHostedZone(input interface{}) *gomock.Call
DeleteHostedZone indicates an expected call of DeleteHostedZone
func (*MockClientMockRecorder) DeleteUser ¶
func (mr *MockClientMockRecorder) DeleteUser(arg0 interface{}) *gomock.Call
DeleteUser indicates an expected call of DeleteUser
func (*MockClientMockRecorder) DeleteUserPolicy ¶
func (mr *MockClientMockRecorder) DeleteUserPolicy(arg0 interface{}) *gomock.Call
DeleteUserPolicy indicates an expected call of DeleteUserPolicy
func (*MockClientMockRecorder) DescribeAvailabilityZones ¶
func (mr *MockClientMockRecorder) DescribeAvailabilityZones(arg0 interface{}) *gomock.Call
DescribeAvailabilityZones indicates an expected call of DescribeAvailabilityZones
func (*MockClientMockRecorder) DescribeImages ¶
func (mr *MockClientMockRecorder) DescribeImages(arg0 interface{}) *gomock.Call
DescribeImages indicates an expected call of DescribeImages
func (*MockClientMockRecorder) DescribeInstances ¶
func (mr *MockClientMockRecorder) DescribeInstances(arg0 interface{}) *gomock.Call
DescribeInstances indicates an expected call of DescribeInstances
func (*MockClientMockRecorder) DescribeSecurityGroups ¶
func (mr *MockClientMockRecorder) DescribeSecurityGroups(arg0 interface{}) *gomock.Call
DescribeSecurityGroups indicates an expected call of DescribeSecurityGroups
func (*MockClientMockRecorder) DescribeSubnets ¶
func (mr *MockClientMockRecorder) DescribeSubnets(arg0 interface{}) *gomock.Call
DescribeSubnets indicates an expected call of DescribeSubnets
func (*MockClientMockRecorder) DescribeVpcs ¶
func (mr *MockClientMockRecorder) DescribeVpcs(arg0 interface{}) *gomock.Call
DescribeVpcs indicates an expected call of DescribeVpcs
func (*MockClientMockRecorder) GetS3API ¶
func (mr *MockClientMockRecorder) GetS3API() *gomock.Call
GetS3API indicates an expected call of GetS3API
func (*MockClientMockRecorder) GetUser ¶
func (mr *MockClientMockRecorder) GetUser(arg0 interface{}) *gomock.Call
GetUser indicates an expected call of GetUser
func (*MockClientMockRecorder) ListAccessKeys ¶
func (mr *MockClientMockRecorder) ListAccessKeys(arg0 interface{}) *gomock.Call
ListAccessKeys indicates an expected call of ListAccessKeys
func (*MockClientMockRecorder) ListBuckets ¶
func (mr *MockClientMockRecorder) ListBuckets(arg0 interface{}) *gomock.Call
ListBuckets indicates an expected call of ListBuckets
func (*MockClientMockRecorder) ListHostedZones ¶
func (mr *MockClientMockRecorder) ListHostedZones(input interface{}) *gomock.Call
ListHostedZones indicates an expected call of ListHostedZones
func (*MockClientMockRecorder) ListUserPolicies ¶
func (mr *MockClientMockRecorder) ListUserPolicies(arg0 interface{}) *gomock.Call
ListUserPolicies indicates an expected call of ListUserPolicies
func (*MockClientMockRecorder) PutUserPolicy ¶
func (mr *MockClientMockRecorder) PutUserPolicy(arg0 interface{}) *gomock.Call
PutUserPolicy indicates an expected call of PutUserPolicy
func (*MockClientMockRecorder) RegisterInstancesWithLoadBalancer ¶
func (mr *MockClientMockRecorder) RegisterInstancesWithLoadBalancer(arg0 interface{}) *gomock.Call
RegisterInstancesWithLoadBalancer indicates an expected call of RegisterInstancesWithLoadBalancer
func (*MockClientMockRecorder) RunInstances ¶
func (mr *MockClientMockRecorder) RunInstances(arg0 interface{}) *gomock.Call
RunInstances indicates an expected call of RunInstances
func (*MockClientMockRecorder) TerminateInstances ¶
func (mr *MockClientMockRecorder) TerminateInstances(arg0 interface{}) *gomock.Call
TerminateInstances indicates an expected call of TerminateInstances