Documentation ¶
Overview ¶
Package fake is a generated GoMock package.
Index ¶
- type MockInterface
- func (m *MockInterface) AuthorizeSecurityGroupIngress(ctx context.Context, params *ec2.AuthorizeSecurityGroupIngressInput, ...) (*ec2.AuthorizeSecurityGroupIngressOutput, error)
- func (m *MockInterface) CreateSecurityGroup(ctx context.Context, params *ec2.CreateSecurityGroupInput, ...) (*ec2.CreateSecurityGroupOutput, error)
- func (m *MockInterface) CreateTags(ctx context.Context, params *ec2.CreateTagsInput, optFns ...func(*ec2.Options)) (*ec2.CreateTagsOutput, error)
- func (m *MockInterface) DeleteSecurityGroup(ctx context.Context, params *ec2.DeleteSecurityGroupInput, ...) (*ec2.DeleteSecurityGroupOutput, error)
- func (m *MockInterface) DeleteTags(ctx context.Context, params *ec2.DeleteTagsInput, optFns ...func(*ec2.Options)) (*ec2.DeleteTagsOutput, error)
- func (m *MockInterface) DescribeInstanceTypeOfferings(ctx context.Context, params *ec2.DescribeInstanceTypeOfferingsInput, ...) (*ec2.DescribeInstanceTypeOfferingsOutput, error)
- func (m *MockInterface) DescribeInstances(ctx context.Context, params *ec2.DescribeInstancesInput, ...) (*ec2.DescribeInstancesOutput, error)
- func (m *MockInterface) DescribeSecurityGroups(ctx context.Context, params *ec2.DescribeSecurityGroupsInput, ...) (*ec2.DescribeSecurityGroupsOutput, error)
- func (m *MockInterface) DescribeSubnets(ctx context.Context, params *ec2.DescribeSubnetsInput, ...) (*ec2.DescribeSubnetsOutput, error)
- func (m *MockInterface) DescribeVpcs(ctx context.Context, params *ec2.DescribeVpcsInput, ...) (*ec2.DescribeVpcsOutput, error)
- func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
- func (m *MockInterface) RevokeSecurityGroupIngress(ctx context.Context, params *ec2.RevokeSecurityGroupIngressInput, ...) (*ec2.RevokeSecurityGroupIngressOutput, error)
- type MockInterfaceMockRecorder
- func (mr *MockInterfaceMockRecorder) AuthorizeSecurityGroupIngress(ctx, params any, optFns ...any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) CreateSecurityGroup(ctx, params any, optFns ...any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) CreateTags(ctx, params any, optFns ...any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteSecurityGroup(ctx, params any, optFns ...any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteTags(ctx, params any, optFns ...any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DescribeInstanceTypeOfferings(ctx, params any, optFns ...any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DescribeInstances(ctx, params any, optFns ...any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DescribeSecurityGroups(ctx, params any, optFns ...any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DescribeSubnets(ctx, params any, optFns ...any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DescribeVpcs(ctx, params any, optFns ...any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) RevokeSecurityGroupIngress(ctx, params any, optFns ...any) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockInterface ¶
type MockInterface struct {
// contains filtered or unexported fields
}
MockInterface is a mock of Interface interface.
func NewMockInterface ¶
func NewMockInterface(ctrl *gomock.Controller) *MockInterface
NewMockInterface creates a new mock instance.
func (*MockInterface) AuthorizeSecurityGroupIngress ¶
func (m *MockInterface) AuthorizeSecurityGroupIngress(ctx context.Context, params *ec2.AuthorizeSecurityGroupIngressInput, optFns ...func(*ec2.Options)) (*ec2.AuthorizeSecurityGroupIngressOutput, error)
AuthorizeSecurityGroupIngress mocks base method.
func (*MockInterface) CreateSecurityGroup ¶
func (m *MockInterface) CreateSecurityGroup(ctx context.Context, params *ec2.CreateSecurityGroupInput, optFns ...func(*ec2.Options)) (*ec2.CreateSecurityGroupOutput, error)
CreateSecurityGroup mocks base method.
func (*MockInterface) CreateTags ¶
func (m *MockInterface) CreateTags(ctx context.Context, params *ec2.CreateTagsInput, optFns ...func(*ec2.Options)) (*ec2.CreateTagsOutput, error)
CreateTags mocks base method.
func (*MockInterface) DeleteSecurityGroup ¶
func (m *MockInterface) DeleteSecurityGroup(ctx context.Context, params *ec2.DeleteSecurityGroupInput, optFns ...func(*ec2.Options)) (*ec2.DeleteSecurityGroupOutput, error)
DeleteSecurityGroup mocks base method.
func (*MockInterface) DeleteTags ¶
func (m *MockInterface) DeleteTags(ctx context.Context, params *ec2.DeleteTagsInput, optFns ...func(*ec2.Options)) (*ec2.DeleteTagsOutput, error)
DeleteTags mocks base method.
func (*MockInterface) DescribeInstanceTypeOfferings ¶
func (m *MockInterface) DescribeInstanceTypeOfferings(ctx context.Context, params *ec2.DescribeInstanceTypeOfferingsInput, optFns ...func(*ec2.Options)) (*ec2.DescribeInstanceTypeOfferingsOutput, error)
DescribeInstanceTypeOfferings mocks base method.
func (*MockInterface) DescribeInstances ¶
func (m *MockInterface) DescribeInstances(ctx context.Context, params *ec2.DescribeInstancesInput, optFns ...func(*ec2.Options)) (*ec2.DescribeInstancesOutput, error)
DescribeInstances mocks base method.
func (*MockInterface) DescribeSecurityGroups ¶
func (m *MockInterface) DescribeSecurityGroups(ctx context.Context, params *ec2.DescribeSecurityGroupsInput, optFns ...func(*ec2.Options)) (*ec2.DescribeSecurityGroupsOutput, error)
DescribeSecurityGroups mocks base method.
func (*MockInterface) DescribeSubnets ¶
func (m *MockInterface) DescribeSubnets(ctx context.Context, params *ec2.DescribeSubnetsInput, optFns ...func(*ec2.Options)) (*ec2.DescribeSubnetsOutput, error)
DescribeSubnets mocks base method.
func (*MockInterface) DescribeVpcs ¶
func (m *MockInterface) DescribeVpcs(ctx context.Context, params *ec2.DescribeVpcsInput, optFns ...func(*ec2.Options)) (*ec2.DescribeVpcsOutput, error)
DescribeVpcs mocks base method.
func (*MockInterface) EXPECT ¶
func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockInterface) RevokeSecurityGroupIngress ¶
func (m *MockInterface) RevokeSecurityGroupIngress(ctx context.Context, params *ec2.RevokeSecurityGroupIngressInput, optFns ...func(*ec2.Options)) (*ec2.RevokeSecurityGroupIngressOutput, error)
RevokeSecurityGroupIngress mocks base method.
type MockInterfaceMockRecorder ¶
type MockInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockInterfaceMockRecorder is the mock recorder for MockInterface.
func (*MockInterfaceMockRecorder) AuthorizeSecurityGroupIngress ¶
func (mr *MockInterfaceMockRecorder) AuthorizeSecurityGroupIngress(ctx, params any, optFns ...any) *gomock.Call
AuthorizeSecurityGroupIngress indicates an expected call of AuthorizeSecurityGroupIngress.
func (*MockInterfaceMockRecorder) CreateSecurityGroup ¶
func (mr *MockInterfaceMockRecorder) CreateSecurityGroup(ctx, params any, optFns ...any) *gomock.Call
CreateSecurityGroup indicates an expected call of CreateSecurityGroup.
func (*MockInterfaceMockRecorder) CreateTags ¶
func (mr *MockInterfaceMockRecorder) CreateTags(ctx, params any, optFns ...any) *gomock.Call
CreateTags indicates an expected call of CreateTags.
func (*MockInterfaceMockRecorder) DeleteSecurityGroup ¶
func (mr *MockInterfaceMockRecorder) DeleteSecurityGroup(ctx, params any, optFns ...any) *gomock.Call
DeleteSecurityGroup indicates an expected call of DeleteSecurityGroup.
func (*MockInterfaceMockRecorder) DeleteTags ¶
func (mr *MockInterfaceMockRecorder) DeleteTags(ctx, params any, optFns ...any) *gomock.Call
DeleteTags indicates an expected call of DeleteTags.
func (*MockInterfaceMockRecorder) DescribeInstanceTypeOfferings ¶
func (mr *MockInterfaceMockRecorder) DescribeInstanceTypeOfferings(ctx, params any, optFns ...any) *gomock.Call
DescribeInstanceTypeOfferings indicates an expected call of DescribeInstanceTypeOfferings.
func (*MockInterfaceMockRecorder) DescribeInstances ¶
func (mr *MockInterfaceMockRecorder) DescribeInstances(ctx, params any, optFns ...any) *gomock.Call
DescribeInstances indicates an expected call of DescribeInstances.
func (*MockInterfaceMockRecorder) DescribeSecurityGroups ¶
func (mr *MockInterfaceMockRecorder) DescribeSecurityGroups(ctx, params any, optFns ...any) *gomock.Call
DescribeSecurityGroups indicates an expected call of DescribeSecurityGroups.
func (*MockInterfaceMockRecorder) DescribeSubnets ¶
func (mr *MockInterfaceMockRecorder) DescribeSubnets(ctx, params any, optFns ...any) *gomock.Call
DescribeSubnets indicates an expected call of DescribeSubnets.
func (*MockInterfaceMockRecorder) DescribeVpcs ¶
func (mr *MockInterfaceMockRecorder) DescribeVpcs(ctx, params any, optFns ...any) *gomock.Call
DescribeVpcs indicates an expected call of DescribeVpcs.
func (*MockInterfaceMockRecorder) RevokeSecurityGroupIngress ¶
func (mr *MockInterfaceMockRecorder) RevokeSecurityGroupIngress(ctx, params any, optFns ...any) *gomock.Call
RevokeSecurityGroupIngress indicates an expected call of RevokeSecurityGroupIngress.