mock_service

package
v0.0.0-...-0d0d4d1 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2024 License: MIT Imports: 15 Imported by: 0

Documentation

Overview

Package mock_service is a generated GoMock package.

Package mock_service is a generated GoMock package.

Package mock_service is a generated GoMock package.

Package mock_service is a generated GoMock package.

Package mock_service is a generated GoMock package.

Package mock_service is a generated GoMock package.

Package mock_service is a generated GoMock package.

Package mock_service is a generated GoMock package.

Package mock_service is a generated GoMock package.

Package mock_service is a generated GoMock package.

Package mock_service is a generated GoMock package.

Package mock_service is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockawsCloudformationAPI

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

MockawsCloudformationAPI is a mock of awsCloudformationAPI interface.

func NewMockawsCloudformationAPI

func NewMockawsCloudformationAPI(ctrl *gomock.Controller) *MockawsCloudformationAPI

NewMockawsCloudformationAPI creates a new mock instance.

func (*MockawsCloudformationAPI) DescribeStackSet

DescribeStackSet mocks base method.

func (*MockawsCloudformationAPI) DescribeStacks

DescribeStacks mocks base method.

func (*MockawsCloudformationAPI) EXPECT

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

func (*MockawsCloudformationAPI) ListStackSets

ListStackSets mocks base method.

type MockawsCloudformationAPIMockRecorder

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

MockawsCloudformationAPIMockRecorder is the mock recorder for MockawsCloudformationAPI.

func (*MockawsCloudformationAPIMockRecorder) DescribeStackSet

func (mr *MockawsCloudformationAPIMockRecorder) DescribeStackSet(ctx, params interface{}, optFns ...interface{}) *gomock.Call

DescribeStackSet indicates an expected call of DescribeStackSet.

func (*MockawsCloudformationAPIMockRecorder) DescribeStacks

func (mr *MockawsCloudformationAPIMockRecorder) DescribeStacks(ctx, params interface{}, optFns ...interface{}) *gomock.Call

DescribeStacks indicates an expected call of DescribeStacks.

func (*MockawsCloudformationAPIMockRecorder) ListStackSets

func (mr *MockawsCloudformationAPIMockRecorder) ListStackSets(ctx, params interface{}, optFns ...interface{}) *gomock.Call

ListStackSets indicates an expected call of ListStackSets.

type MockawsCloudwatchAPI

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

MockawsCloudwatchAPI is a mock of awsCloudwatchAPI interface.

func NewMockawsCloudwatchAPI

func NewMockawsCloudwatchAPI(ctrl *gomock.Controller) *MockawsCloudwatchAPI

NewMockawsCloudwatchAPI creates a new mock instance.

func (*MockawsCloudwatchAPI) EXPECT

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

func (*MockawsCloudwatchAPI) ListMetrics

ListMetrics mocks base method.

type MockawsCloudwatchAPIMockRecorder

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

MockawsCloudwatchAPIMockRecorder is the mock recorder for MockawsCloudwatchAPI.

func (*MockawsCloudwatchAPIMockRecorder) ListMetrics

func (mr *MockawsCloudwatchAPIMockRecorder) ListMetrics(ctx, params interface{}, optFns ...interface{}) *gomock.Call

ListMetrics indicates an expected call of ListMetrics.

type MockawsConfigAPI

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

MockawsConfigAPI is a mock of awsConfigAPI interface.

func NewMockawsConfigAPI

func NewMockawsConfigAPI(ctrl *gomock.Controller) *MockawsConfigAPI

NewMockawsConfigAPI creates a new mock instance.

func (*MockawsConfigAPI) DescribeConfigRules

DescribeConfigRules mocks base method.

func (*MockawsConfigAPI) EXPECT

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

type MockawsConfigAPIMockRecorder

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

MockawsConfigAPIMockRecorder is the mock recorder for MockawsConfigAPI.

func (*MockawsConfigAPIMockRecorder) DescribeConfigRules

func (mr *MockawsConfigAPIMockRecorder) DescribeConfigRules(ctx, params interface{}, optFns ...interface{}) *gomock.Call

DescribeConfigRules indicates an expected call of DescribeConfigRules.

type MockawsEc2API

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

MockawsEc2API is a mock of awsEc2API interface.

func NewMockawsEc2API

func NewMockawsEc2API(ctrl *gomock.Controller) *MockawsEc2API

NewMockawsEc2API creates a new mock instance.

func (*MockawsEc2API) DescribeInstances

func (m *MockawsEc2API) DescribeInstances(ctx context.Context, params *ec2.DescribeInstancesInput, optFns ...func(*ec2.Options)) (*ec2.DescribeInstancesOutput, error)

DescribeInstances mocks base method.

func (*MockawsEc2API) DescribeSecurityGroups

func (m *MockawsEc2API) DescribeSecurityGroups(ctx context.Context, params *ec2.DescribeSecurityGroupsInput, optFns ...func(*ec2.Options)) (*ec2.DescribeSecurityGroupsOutput, error)

DescribeSecurityGroups mocks base method.

func (*MockawsEc2API) DescribeVpcs

func (m *MockawsEc2API) DescribeVpcs(ctx context.Context, params *ec2.DescribeVpcsInput, optFns ...func(*ec2.Options)) (*ec2.DescribeVpcsOutput, error)

DescribeVpcs mocks base method.

func (*MockawsEc2API) EXPECT

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

type MockawsEc2APIMockRecorder

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

MockawsEc2APIMockRecorder is the mock recorder for MockawsEc2API.

func (*MockawsEc2APIMockRecorder) DescribeInstances

func (mr *MockawsEc2APIMockRecorder) DescribeInstances(ctx, params interface{}, optFns ...interface{}) *gomock.Call

DescribeInstances indicates an expected call of DescribeInstances.

func (*MockawsEc2APIMockRecorder) DescribeSecurityGroups

func (mr *MockawsEc2APIMockRecorder) DescribeSecurityGroups(ctx, params interface{}, optFns ...interface{}) *gomock.Call

DescribeSecurityGroups indicates an expected call of DescribeSecurityGroups.

func (*MockawsEc2APIMockRecorder) DescribeVpcs

func (mr *MockawsEc2APIMockRecorder) DescribeVpcs(ctx, params interface{}, optFns ...interface{}) *gomock.Call

DescribeVpcs indicates an expected call of DescribeVpcs.

type MockawsEcrAPI

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

MockawsEcrAPI is a mock of awsEcrAPI interface.

func NewMockawsEcrAPI

func NewMockawsEcrAPI(ctrl *gomock.Controller) *MockawsEcrAPI

NewMockawsEcrAPI creates a new mock instance.

func (*MockawsEcrAPI) DescribeRepositories

func (m *MockawsEcrAPI) DescribeRepositories(ctx context.Context, params *ecr.DescribeRepositoriesInput, optFns ...func(*ecr.Options)) (*ecr.DescribeRepositoriesOutput, error)

DescribeRepositories mocks base method.

func (*MockawsEcrAPI) EXPECT

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

type MockawsEcrAPIMockRecorder

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

MockawsEcrAPIMockRecorder is the mock recorder for MockawsEcrAPI.

func (*MockawsEcrAPIMockRecorder) DescribeRepositories

func (mr *MockawsEcrAPIMockRecorder) DescribeRepositories(ctx, params interface{}, optFns ...interface{}) *gomock.Call

DescribeRepositories indicates an expected call of DescribeRepositories.

type MockawsEcsAPI

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

MockawsEcsAPI is a mock of awsEcsAPI interface.

func NewMockawsEcsAPI

func NewMockawsEcsAPI(ctrl *gomock.Controller) *MockawsEcsAPI

NewMockawsEcsAPI creates a new mock instance.

func (*MockawsEcsAPI) DescribeClusters

func (m *MockawsEcsAPI) DescribeClusters(ctx context.Context, params *ecs.DescribeClustersInput, optFns ...func(*ecs.Options)) (*ecs.DescribeClustersOutput, error)

DescribeClusters mocks base method.

func (*MockawsEcsAPI) DescribeServices

func (m *MockawsEcsAPI) DescribeServices(ctx context.Context, params *ecs.DescribeServicesInput, optFns ...func(*ecs.Options)) (*ecs.DescribeServicesOutput, error)

DescribeServices mocks base method.

func (*MockawsEcsAPI) DescribeTaskDefinition

func (m *MockawsEcsAPI) DescribeTaskDefinition(ctx context.Context, params *ecs.DescribeTaskDefinitionInput, optFns ...func(*ecs.Options)) (*ecs.DescribeTaskDefinitionOutput, error)

DescribeTaskDefinition mocks base method.

func (*MockawsEcsAPI) DescribeTasks

func (m *MockawsEcsAPI) DescribeTasks(ctx context.Context, params *ecs.DescribeTasksInput, optFns ...func(*ecs.Options)) (*ecs.DescribeTasksOutput, error)

DescribeTasks mocks base method.

func (*MockawsEcsAPI) EXPECT

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

func (*MockawsEcsAPI) ListClusters

func (m *MockawsEcsAPI) ListClusters(ctx context.Context, params *ecs.ListClustersInput, optFns ...func(*ecs.Options)) (*ecs.ListClustersOutput, error)

ListClusters mocks base method.

func (*MockawsEcsAPI) ListServices

func (m *MockawsEcsAPI) ListServices(ctx context.Context, params *ecs.ListServicesInput, optFns ...func(*ecs.Options)) (*ecs.ListServicesOutput, error)

ListServices mocks base method.

func (*MockawsEcsAPI) ListTaskDefinitions

func (m *MockawsEcsAPI) ListTaskDefinitions(ctx context.Context, params *ecs.ListTaskDefinitionsInput, optFns ...func(*ecs.Options)) (*ecs.ListTaskDefinitionsOutput, error)

ListTaskDefinitions mocks base method.

func (*MockawsEcsAPI) ListTasks

func (m *MockawsEcsAPI) ListTasks(ctx context.Context, params *ecs.ListTasksInput, optFns ...func(*ecs.Options)) (*ecs.ListTasksOutput, error)

ListTasks mocks base method.

type MockawsEcsAPIMockRecorder

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

MockawsEcsAPIMockRecorder is the mock recorder for MockawsEcsAPI.

func (*MockawsEcsAPIMockRecorder) DescribeClusters

func (mr *MockawsEcsAPIMockRecorder) DescribeClusters(ctx, params interface{}, optFns ...interface{}) *gomock.Call

DescribeClusters indicates an expected call of DescribeClusters.

func (*MockawsEcsAPIMockRecorder) DescribeServices

func (mr *MockawsEcsAPIMockRecorder) DescribeServices(ctx, params interface{}, optFns ...interface{}) *gomock.Call

DescribeServices indicates an expected call of DescribeServices.

func (*MockawsEcsAPIMockRecorder) DescribeTaskDefinition

func (mr *MockawsEcsAPIMockRecorder) DescribeTaskDefinition(ctx, params interface{}, optFns ...interface{}) *gomock.Call

DescribeTaskDefinition indicates an expected call of DescribeTaskDefinition.

func (*MockawsEcsAPIMockRecorder) DescribeTasks

func (mr *MockawsEcsAPIMockRecorder) DescribeTasks(ctx, params interface{}, optFns ...interface{}) *gomock.Call

DescribeTasks indicates an expected call of DescribeTasks.

func (*MockawsEcsAPIMockRecorder) ListClusters

func (mr *MockawsEcsAPIMockRecorder) ListClusters(ctx, params interface{}, optFns ...interface{}) *gomock.Call

ListClusters indicates an expected call of ListClusters.

func (*MockawsEcsAPIMockRecorder) ListServices

func (mr *MockawsEcsAPIMockRecorder) ListServices(ctx, params interface{}, optFns ...interface{}) *gomock.Call

ListServices indicates an expected call of ListServices.

func (*MockawsEcsAPIMockRecorder) ListTaskDefinitions

func (mr *MockawsEcsAPIMockRecorder) ListTaskDefinitions(ctx, params interface{}, optFns ...interface{}) *gomock.Call

ListTaskDefinitions indicates an expected call of ListTaskDefinitions.

func (*MockawsEcsAPIMockRecorder) ListTasks

func (mr *MockawsEcsAPIMockRecorder) ListTasks(ctx, params interface{}, optFns ...interface{}) *gomock.Call

ListTasks indicates an expected call of ListTasks.

type MockawsEfsAPI

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

MockawsEfsAPI is a mock of awsEfsAPI interface.

func NewMockawsEfsAPI

func NewMockawsEfsAPI(ctrl *gomock.Controller) *MockawsEfsAPI

NewMockawsEfsAPI creates a new mock instance.

func (*MockawsEfsAPI) DescribeFileSystems

func (m *MockawsEfsAPI) DescribeFileSystems(ctx context.Context, params *efs.DescribeFileSystemsInput, optFns ...func(*efs.Options)) (*efs.DescribeFileSystemsOutput, error)

DescribeFileSystems mocks base method.

func (*MockawsEfsAPI) EXPECT

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

type MockawsEfsAPIMockRecorder

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

MockawsEfsAPIMockRecorder is the mock recorder for MockawsEfsAPI.

func (*MockawsEfsAPIMockRecorder) DescribeFileSystems

func (mr *MockawsEfsAPIMockRecorder) DescribeFileSystems(ctx, params interface{}, optFns ...interface{}) *gomock.Call

DescribeFileSystems indicates an expected call of DescribeFileSystems.

type MockawsIamAPI

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

MockawsIamAPI is a mock of awsIamAPI interface.

func NewMockawsIamAPI

func NewMockawsIamAPI(ctrl *gomock.Controller) *MockawsIamAPI

NewMockawsIamAPI creates a new mock instance.

func (*MockawsIamAPI) EXPECT

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

func (*MockawsIamAPI) ListAccessKeys

func (m *MockawsIamAPI) ListAccessKeys(ctx context.Context, params *iam.ListAccessKeysInput, optFns ...func(*iam.Options)) (*iam.ListAccessKeysOutput, error)

ListAccessKeys mocks base method.

func (*MockawsIamAPI) ListGroups

func (m *MockawsIamAPI) ListGroups(ctx context.Context, params *iam.ListGroupsInput, optFns ...func(*iam.Options)) (*iam.ListGroupsOutput, error)

ListGroups mocks base method.

func (*MockawsIamAPI) ListPolicies

func (m *MockawsIamAPI) ListPolicies(ctx context.Context, params *iam.ListPoliciesInput, optFns ...func(*iam.Options)) (*iam.ListPoliciesOutput, error)

ListPolicies mocks base method.

func (*MockawsIamAPI) ListRoles

func (m *MockawsIamAPI) ListRoles(ctx context.Context, params *iam.ListRolesInput, optFns ...func(*iam.Options)) (*iam.ListRolesOutput, error)

ListRoles mocks base method.

func (*MockawsIamAPI) ListUsers

func (m *MockawsIamAPI) ListUsers(ctx context.Context, params *iam.ListUsersInput, optFns ...func(*iam.Options)) (*iam.ListUsersOutput, error)

ListUsers mocks base method.

type MockawsIamAPIMockRecorder

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

MockawsIamAPIMockRecorder is the mock recorder for MockawsIamAPI.

func (*MockawsIamAPIMockRecorder) ListAccessKeys

func (mr *MockawsIamAPIMockRecorder) ListAccessKeys(ctx, params interface{}, optFns ...interface{}) *gomock.Call

ListAccessKeys indicates an expected call of ListAccessKeys.

func (*MockawsIamAPIMockRecorder) ListGroups

func (mr *MockawsIamAPIMockRecorder) ListGroups(ctx, params interface{}, optFns ...interface{}) *gomock.Call

ListGroups indicates an expected call of ListGroups.

func (*MockawsIamAPIMockRecorder) ListPolicies

func (mr *MockawsIamAPIMockRecorder) ListPolicies(ctx, params interface{}, optFns ...interface{}) *gomock.Call

ListPolicies indicates an expected call of ListPolicies.

func (*MockawsIamAPIMockRecorder) ListRoles

func (mr *MockawsIamAPIMockRecorder) ListRoles(ctx, params interface{}, optFns ...interface{}) *gomock.Call

ListRoles indicates an expected call of ListRoles.

func (*MockawsIamAPIMockRecorder) ListUsers

func (mr *MockawsIamAPIMockRecorder) ListUsers(ctx, params interface{}, optFns ...interface{}) *gomock.Call

ListUsers indicates an expected call of ListUsers.

type MockawsLambdaAPI

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

MockawsLambdaAPI is a mock of awsLambdaAPI interface.

func NewMockawsLambdaAPI

func NewMockawsLambdaAPI(ctrl *gomock.Controller) *MockawsLambdaAPI

NewMockawsLambdaAPI creates a new mock instance.

func (*MockawsLambdaAPI) EXPECT

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

func (*MockawsLambdaAPI) ListFunctions

func (m *MockawsLambdaAPI) ListFunctions(ctx context.Context, params *lambda.ListFunctionsInput, optFns ...func(*lambda.Options)) (*lambda.ListFunctionsOutput, error)

ListFunctions mocks base method.

type MockawsLambdaAPIMockRecorder

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

MockawsLambdaAPIMockRecorder is the mock recorder for MockawsLambdaAPI.

func (*MockawsLambdaAPIMockRecorder) ListFunctions

func (mr *MockawsLambdaAPIMockRecorder) ListFunctions(ctx, params interface{}, optFns ...interface{}) *gomock.Call

ListFunctions indicates an expected call of ListFunctions.

type MockawsLogsAPI

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

MockawsLogsAPI is a mock of awsLogsAPI interface.

func NewMockawsLogsAPI

func NewMockawsLogsAPI(ctrl *gomock.Controller) *MockawsLogsAPI

NewMockawsLogsAPI creates a new mock instance.

func (*MockawsLogsAPI) DescribeLogGroups

DescribeLogGroups mocks base method.

func (*MockawsLogsAPI) EXPECT

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

type MockawsLogsAPIMockRecorder

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

MockawsLogsAPIMockRecorder is the mock recorder for MockawsLogsAPI.

func (*MockawsLogsAPIMockRecorder) DescribeLogGroups

func (mr *MockawsLogsAPIMockRecorder) DescribeLogGroups(ctx, params interface{}, optFns ...interface{}) *gomock.Call

DescribeLogGroups indicates an expected call of DescribeLogGroups.

type MockawsRoute53API

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

MockawsRoute53API is a mock of awsRoute53API interface.

func NewMockawsRoute53API

func NewMockawsRoute53API(ctrl *gomock.Controller) *MockawsRoute53API

NewMockawsRoute53API creates a new mock instance.

func (*MockawsRoute53API) EXPECT

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

func (*MockawsRoute53API) ListHostedZones

func (m *MockawsRoute53API) ListHostedZones(ctx context.Context, params *route53.ListHostedZonesInput, optFns ...func(*route53.Options)) (*route53.ListHostedZonesOutput, error)

ListHostedZones mocks base method.

type MockawsRoute53APIMockRecorder

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

MockawsRoute53APIMockRecorder is the mock recorder for MockawsRoute53API.

func (*MockawsRoute53APIMockRecorder) ListHostedZones

func (mr *MockawsRoute53APIMockRecorder) ListHostedZones(ctx, params interface{}, optFns ...interface{}) *gomock.Call

ListHostedZones indicates an expected call of ListHostedZones.

type MockawsS3API

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

MockawsS3API is a mock of awsS3API interface.

func NewMockawsS3API

func NewMockawsS3API(ctrl *gomock.Controller) *MockawsS3API

NewMockawsS3API creates a new mock instance.

func (*MockawsS3API) EXPECT

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

func (*MockawsS3API) ListBuckets

func (m *MockawsS3API) ListBuckets(ctx context.Context, params *s3.ListBucketsInput, optFns ...func(*s3.Options)) (*s3.ListBucketsOutput, error)

ListBuckets mocks base method.

type MockawsS3APIMockRecorder

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

MockawsS3APIMockRecorder is the mock recorder for MockawsS3API.

func (*MockawsS3APIMockRecorder) ListBuckets

func (mr *MockawsS3APIMockRecorder) ListBuckets(ctx, params interface{}, optFns ...interface{}) *gomock.Call

ListBuckets indicates an expected call of ListBuckets.

Jump to

Keyboard shortcuts

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