mocks

package
v0.0.11 Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IClient

type IClient struct {
	mock.Mock
}

IClient is an autogenerated mock type for the IClient type

func NewIClient

func NewIClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *IClient

NewIClient creates a new instance of IClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*IClient) CreateAccessPoint

func (_m *IClient) CreateAccessPoint(ctx context.Context, params *efs.CreateAccessPointInput, optFns ...func(*efs.Options)) (*efs.CreateAccessPointOutput, error)

CreateAccessPoint provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateFileSystem

func (_m *IClient) CreateFileSystem(ctx context.Context, params *efs.CreateFileSystemInput, optFns ...func(*efs.Options)) (*efs.CreateFileSystemOutput, error)

CreateFileSystem provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateMountTarget

func (_m *IClient) CreateMountTarget(ctx context.Context, params *efs.CreateMountTargetInput, optFns ...func(*efs.Options)) (*efs.CreateMountTargetOutput, error)

CreateMountTarget provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateReplicationConfiguration

func (_m *IClient) CreateReplicationConfiguration(ctx context.Context, params *efs.CreateReplicationConfigurationInput, optFns ...func(*efs.Options)) (*efs.CreateReplicationConfigurationOutput, error)

CreateReplicationConfiguration provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateTags

func (_m *IClient) CreateTags(ctx context.Context, params *efs.CreateTagsInput, optFns ...func(*efs.Options)) (*efs.CreateTagsOutput, error)

CreateTags provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteAccessPoint

func (_m *IClient) DeleteAccessPoint(ctx context.Context, params *efs.DeleteAccessPointInput, optFns ...func(*efs.Options)) (*efs.DeleteAccessPointOutput, error)

DeleteAccessPoint provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteFileSystem

func (_m *IClient) DeleteFileSystem(ctx context.Context, params *efs.DeleteFileSystemInput, optFns ...func(*efs.Options)) (*efs.DeleteFileSystemOutput, error)

DeleteFileSystem provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteFileSystemPolicy

func (_m *IClient) DeleteFileSystemPolicy(ctx context.Context, params *efs.DeleteFileSystemPolicyInput, optFns ...func(*efs.Options)) (*efs.DeleteFileSystemPolicyOutput, error)

DeleteFileSystemPolicy provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteMountTarget

func (_m *IClient) DeleteMountTarget(ctx context.Context, params *efs.DeleteMountTargetInput, optFns ...func(*efs.Options)) (*efs.DeleteMountTargetOutput, error)

DeleteMountTarget provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteReplicationConfiguration

func (_m *IClient) DeleteReplicationConfiguration(ctx context.Context, params *efs.DeleteReplicationConfigurationInput, optFns ...func(*efs.Options)) (*efs.DeleteReplicationConfigurationOutput, error)

DeleteReplicationConfiguration provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteTags

func (_m *IClient) DeleteTags(ctx context.Context, params *efs.DeleteTagsInput, optFns ...func(*efs.Options)) (*efs.DeleteTagsOutput, error)

DeleteTags provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeAccessPoints

func (_m *IClient) DescribeAccessPoints(ctx context.Context, params *efs.DescribeAccessPointsInput, optFns ...func(*efs.Options)) (*efs.DescribeAccessPointsOutput, error)

DescribeAccessPoints provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeAccountPreferences

func (_m *IClient) DescribeAccountPreferences(ctx context.Context, params *efs.DescribeAccountPreferencesInput, optFns ...func(*efs.Options)) (*efs.DescribeAccountPreferencesOutput, error)

DescribeAccountPreferences provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeBackupPolicy

func (_m *IClient) DescribeBackupPolicy(ctx context.Context, params *efs.DescribeBackupPolicyInput, optFns ...func(*efs.Options)) (*efs.DescribeBackupPolicyOutput, error)

DescribeBackupPolicy provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeFileSystemPolicy

func (_m *IClient) DescribeFileSystemPolicy(ctx context.Context, params *efs.DescribeFileSystemPolicyInput, optFns ...func(*efs.Options)) (*efs.DescribeFileSystemPolicyOutput, error)

DescribeFileSystemPolicy provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeFileSystems

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

DescribeFileSystems provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeLifecycleConfiguration

func (_m *IClient) DescribeLifecycleConfiguration(ctx context.Context, params *efs.DescribeLifecycleConfigurationInput, optFns ...func(*efs.Options)) (*efs.DescribeLifecycleConfigurationOutput, error)

DescribeLifecycleConfiguration provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeMountTargetSecurityGroups

func (_m *IClient) DescribeMountTargetSecurityGroups(ctx context.Context, params *efs.DescribeMountTargetSecurityGroupsInput, optFns ...func(*efs.Options)) (*efs.DescribeMountTargetSecurityGroupsOutput, error)

DescribeMountTargetSecurityGroups provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeMountTargets

func (_m *IClient) DescribeMountTargets(ctx context.Context, params *efs.DescribeMountTargetsInput, optFns ...func(*efs.Options)) (*efs.DescribeMountTargetsOutput, error)

DescribeMountTargets provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeReplicationConfigurations

func (_m *IClient) DescribeReplicationConfigurations(ctx context.Context, params *efs.DescribeReplicationConfigurationsInput, optFns ...func(*efs.Options)) (*efs.DescribeReplicationConfigurationsOutput, error)

DescribeReplicationConfigurations provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeTags

func (_m *IClient) DescribeTags(ctx context.Context, params *efs.DescribeTagsInput, optFns ...func(*efs.Options)) (*efs.DescribeTagsOutput, error)

DescribeTags provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListTagsForResource

func (_m *IClient) ListTagsForResource(ctx context.Context, params *efs.ListTagsForResourceInput, optFns ...func(*efs.Options)) (*efs.ListTagsForResourceOutput, error)

ListTagsForResource provides a mock function with given fields: ctx, params, optFns

func (*IClient) ModifyMountTargetSecurityGroups

func (_m *IClient) ModifyMountTargetSecurityGroups(ctx context.Context, params *efs.ModifyMountTargetSecurityGroupsInput, optFns ...func(*efs.Options)) (*efs.ModifyMountTargetSecurityGroupsOutput, error)

ModifyMountTargetSecurityGroups provides a mock function with given fields: ctx, params, optFns

func (*IClient) Options

func (_m *IClient) Options() efs.Options

Options provides a mock function with given fields:

func (*IClient) PutAccountPreferences

func (_m *IClient) PutAccountPreferences(ctx context.Context, params *efs.PutAccountPreferencesInput, optFns ...func(*efs.Options)) (*efs.PutAccountPreferencesOutput, error)

PutAccountPreferences provides a mock function with given fields: ctx, params, optFns

func (*IClient) PutBackupPolicy

func (_m *IClient) PutBackupPolicy(ctx context.Context, params *efs.PutBackupPolicyInput, optFns ...func(*efs.Options)) (*efs.PutBackupPolicyOutput, error)

PutBackupPolicy provides a mock function with given fields: ctx, params, optFns

func (*IClient) PutFileSystemPolicy

func (_m *IClient) PutFileSystemPolicy(ctx context.Context, params *efs.PutFileSystemPolicyInput, optFns ...func(*efs.Options)) (*efs.PutFileSystemPolicyOutput, error)

PutFileSystemPolicy provides a mock function with given fields: ctx, params, optFns

func (*IClient) PutLifecycleConfiguration

func (_m *IClient) PutLifecycleConfiguration(ctx context.Context, params *efs.PutLifecycleConfigurationInput, optFns ...func(*efs.Options)) (*efs.PutLifecycleConfigurationOutput, error)

PutLifecycleConfiguration provides a mock function with given fields: ctx, params, optFns

func (*IClient) TagResource

func (_m *IClient) TagResource(ctx context.Context, params *efs.TagResourceInput, optFns ...func(*efs.Options)) (*efs.TagResourceOutput, error)

TagResource provides a mock function with given fields: ctx, params, optFns

func (*IClient) UntagResource

func (_m *IClient) UntagResource(ctx context.Context, params *efs.UntagResourceInput, optFns ...func(*efs.Options)) (*efs.UntagResourceOutput, error)

UntagResource provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateFileSystem

func (_m *IClient) UpdateFileSystem(ctx context.Context, params *efs.UpdateFileSystemInput, optFns ...func(*efs.Options)) (*efs.UpdateFileSystemOutput, error)

UpdateFileSystem provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateFileSystemProtection

func (_m *IClient) UpdateFileSystemProtection(ctx context.Context, params *efs.UpdateFileSystemProtectionInput, optFns ...func(*efs.Options)) (*efs.UpdateFileSystemProtectionOutput, error)

UpdateFileSystemProtection provides a mock function with given fields: ctx, params, optFns

Jump to

Keyboard shortcuts

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