mocks

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2025 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) CreateApplication

func (_m *IClient) CreateApplication(ctx context.Context, params *appconfig.CreateApplicationInput, optFns ...func(*appconfig.Options)) (*appconfig.CreateApplicationOutput, error)

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

func (*IClient) CreateConfigurationProfile

func (_m *IClient) CreateConfigurationProfile(ctx context.Context, params *appconfig.CreateConfigurationProfileInput, optFns ...func(*appconfig.Options)) (*appconfig.CreateConfigurationProfileOutput, error)

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

func (*IClient) CreateDeploymentStrategy

func (_m *IClient) CreateDeploymentStrategy(ctx context.Context, params *appconfig.CreateDeploymentStrategyInput, optFns ...func(*appconfig.Options)) (*appconfig.CreateDeploymentStrategyOutput, error)

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

func (*IClient) CreateEnvironment

func (_m *IClient) CreateEnvironment(ctx context.Context, params *appconfig.CreateEnvironmentInput, optFns ...func(*appconfig.Options)) (*appconfig.CreateEnvironmentOutput, error)

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

func (*IClient) CreateExtension

func (_m *IClient) CreateExtension(ctx context.Context, params *appconfig.CreateExtensionInput, optFns ...func(*appconfig.Options)) (*appconfig.CreateExtensionOutput, error)

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

func (*IClient) CreateExtensionAssociation

func (_m *IClient) CreateExtensionAssociation(ctx context.Context, params *appconfig.CreateExtensionAssociationInput, optFns ...func(*appconfig.Options)) (*appconfig.CreateExtensionAssociationOutput, error)

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

func (*IClient) CreateHostedConfigurationVersion

func (_m *IClient) CreateHostedConfigurationVersion(ctx context.Context, params *appconfig.CreateHostedConfigurationVersionInput, optFns ...func(*appconfig.Options)) (*appconfig.CreateHostedConfigurationVersionOutput, error)

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

func (*IClient) DeleteApplication

func (_m *IClient) DeleteApplication(ctx context.Context, params *appconfig.DeleteApplicationInput, optFns ...func(*appconfig.Options)) (*appconfig.DeleteApplicationOutput, error)

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

func (*IClient) DeleteConfigurationProfile

func (_m *IClient) DeleteConfigurationProfile(ctx context.Context, params *appconfig.DeleteConfigurationProfileInput, optFns ...func(*appconfig.Options)) (*appconfig.DeleteConfigurationProfileOutput, error)

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

func (*IClient) DeleteDeploymentStrategy

func (_m *IClient) DeleteDeploymentStrategy(ctx context.Context, params *appconfig.DeleteDeploymentStrategyInput, optFns ...func(*appconfig.Options)) (*appconfig.DeleteDeploymentStrategyOutput, error)

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

func (*IClient) DeleteEnvironment

func (_m *IClient) DeleteEnvironment(ctx context.Context, params *appconfig.DeleteEnvironmentInput, optFns ...func(*appconfig.Options)) (*appconfig.DeleteEnvironmentOutput, error)

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

func (*IClient) DeleteExtension

func (_m *IClient) DeleteExtension(ctx context.Context, params *appconfig.DeleteExtensionInput, optFns ...func(*appconfig.Options)) (*appconfig.DeleteExtensionOutput, error)

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

func (*IClient) DeleteExtensionAssociation

func (_m *IClient) DeleteExtensionAssociation(ctx context.Context, params *appconfig.DeleteExtensionAssociationInput, optFns ...func(*appconfig.Options)) (*appconfig.DeleteExtensionAssociationOutput, error)

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

func (*IClient) DeleteHostedConfigurationVersion

func (_m *IClient) DeleteHostedConfigurationVersion(ctx context.Context, params *appconfig.DeleteHostedConfigurationVersionInput, optFns ...func(*appconfig.Options)) (*appconfig.DeleteHostedConfigurationVersionOutput, error)

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

func (*IClient) GetAccountSettings added in v0.1.0

func (_m *IClient) GetAccountSettings(ctx context.Context, params *appconfig.GetAccountSettingsInput, optFns ...func(*appconfig.Options)) (*appconfig.GetAccountSettingsOutput, error)

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

func (*IClient) GetApplication

func (_m *IClient) GetApplication(ctx context.Context, params *appconfig.GetApplicationInput, optFns ...func(*appconfig.Options)) (*appconfig.GetApplicationOutput, error)

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

func (*IClient) GetConfiguration

func (_m *IClient) GetConfiguration(ctx context.Context, params *appconfig.GetConfigurationInput, optFns ...func(*appconfig.Options)) (*appconfig.GetConfigurationOutput, error)

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

func (*IClient) GetConfigurationProfile

func (_m *IClient) GetConfigurationProfile(ctx context.Context, params *appconfig.GetConfigurationProfileInput, optFns ...func(*appconfig.Options)) (*appconfig.GetConfigurationProfileOutput, error)

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

func (*IClient) GetDeployment

func (_m *IClient) GetDeployment(ctx context.Context, params *appconfig.GetDeploymentInput, optFns ...func(*appconfig.Options)) (*appconfig.GetDeploymentOutput, error)

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

func (*IClient) GetDeploymentStrategy

func (_m *IClient) GetDeploymentStrategy(ctx context.Context, params *appconfig.GetDeploymentStrategyInput, optFns ...func(*appconfig.Options)) (*appconfig.GetDeploymentStrategyOutput, error)

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

func (*IClient) GetEnvironment

func (_m *IClient) GetEnvironment(ctx context.Context, params *appconfig.GetEnvironmentInput, optFns ...func(*appconfig.Options)) (*appconfig.GetEnvironmentOutput, error)

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

func (*IClient) GetExtension

func (_m *IClient) GetExtension(ctx context.Context, params *appconfig.GetExtensionInput, optFns ...func(*appconfig.Options)) (*appconfig.GetExtensionOutput, error)

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

func (*IClient) GetExtensionAssociation

func (_m *IClient) GetExtensionAssociation(ctx context.Context, params *appconfig.GetExtensionAssociationInput, optFns ...func(*appconfig.Options)) (*appconfig.GetExtensionAssociationOutput, error)

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

func (*IClient) GetHostedConfigurationVersion

func (_m *IClient) GetHostedConfigurationVersion(ctx context.Context, params *appconfig.GetHostedConfigurationVersionInput, optFns ...func(*appconfig.Options)) (*appconfig.GetHostedConfigurationVersionOutput, error)

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

func (*IClient) ListApplications

func (_m *IClient) ListApplications(ctx context.Context, params *appconfig.ListApplicationsInput, optFns ...func(*appconfig.Options)) (*appconfig.ListApplicationsOutput, error)

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

func (*IClient) ListConfigurationProfiles

func (_m *IClient) ListConfigurationProfiles(ctx context.Context, params *appconfig.ListConfigurationProfilesInput, optFns ...func(*appconfig.Options)) (*appconfig.ListConfigurationProfilesOutput, error)

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

func (*IClient) ListDeploymentStrategies

func (_m *IClient) ListDeploymentStrategies(ctx context.Context, params *appconfig.ListDeploymentStrategiesInput, optFns ...func(*appconfig.Options)) (*appconfig.ListDeploymentStrategiesOutput, error)

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

func (*IClient) ListDeployments

func (_m *IClient) ListDeployments(ctx context.Context, params *appconfig.ListDeploymentsInput, optFns ...func(*appconfig.Options)) (*appconfig.ListDeploymentsOutput, error)

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

func (*IClient) ListEnvironments

func (_m *IClient) ListEnvironments(ctx context.Context, params *appconfig.ListEnvironmentsInput, optFns ...func(*appconfig.Options)) (*appconfig.ListEnvironmentsOutput, error)

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

func (*IClient) ListExtensionAssociations

func (_m *IClient) ListExtensionAssociations(ctx context.Context, params *appconfig.ListExtensionAssociationsInput, optFns ...func(*appconfig.Options)) (*appconfig.ListExtensionAssociationsOutput, error)

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

func (*IClient) ListExtensions

func (_m *IClient) ListExtensions(ctx context.Context, params *appconfig.ListExtensionsInput, optFns ...func(*appconfig.Options)) (*appconfig.ListExtensionsOutput, error)

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

func (*IClient) ListHostedConfigurationVersions

func (_m *IClient) ListHostedConfigurationVersions(ctx context.Context, params *appconfig.ListHostedConfigurationVersionsInput, optFns ...func(*appconfig.Options)) (*appconfig.ListHostedConfigurationVersionsOutput, error)

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

func (*IClient) ListTagsForResource

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

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

func (*IClient) Options

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

Options provides a mock function with given fields:

func (*IClient) StartDeployment

func (_m *IClient) StartDeployment(ctx context.Context, params *appconfig.StartDeploymentInput, optFns ...func(*appconfig.Options)) (*appconfig.StartDeploymentOutput, error)

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

func (*IClient) StopDeployment

func (_m *IClient) StopDeployment(ctx context.Context, params *appconfig.StopDeploymentInput, optFns ...func(*appconfig.Options)) (*appconfig.StopDeploymentOutput, error)

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

func (*IClient) TagResource

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

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

func (*IClient) UntagResource

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

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

func (*IClient) UpdateAccountSettings added in v0.1.0

func (_m *IClient) UpdateAccountSettings(ctx context.Context, params *appconfig.UpdateAccountSettingsInput, optFns ...func(*appconfig.Options)) (*appconfig.UpdateAccountSettingsOutput, error)

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

func (*IClient) UpdateApplication

func (_m *IClient) UpdateApplication(ctx context.Context, params *appconfig.UpdateApplicationInput, optFns ...func(*appconfig.Options)) (*appconfig.UpdateApplicationOutput, error)

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

func (*IClient) UpdateConfigurationProfile

func (_m *IClient) UpdateConfigurationProfile(ctx context.Context, params *appconfig.UpdateConfigurationProfileInput, optFns ...func(*appconfig.Options)) (*appconfig.UpdateConfigurationProfileOutput, error)

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

func (*IClient) UpdateDeploymentStrategy

func (_m *IClient) UpdateDeploymentStrategy(ctx context.Context, params *appconfig.UpdateDeploymentStrategyInput, optFns ...func(*appconfig.Options)) (*appconfig.UpdateDeploymentStrategyOutput, error)

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

func (*IClient) UpdateEnvironment

func (_m *IClient) UpdateEnvironment(ctx context.Context, params *appconfig.UpdateEnvironmentInput, optFns ...func(*appconfig.Options)) (*appconfig.UpdateEnvironmentOutput, error)

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

func (*IClient) UpdateExtension

func (_m *IClient) UpdateExtension(ctx context.Context, params *appconfig.UpdateExtensionInput, optFns ...func(*appconfig.Options)) (*appconfig.UpdateExtensionOutput, error)

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

func (*IClient) UpdateExtensionAssociation

func (_m *IClient) UpdateExtensionAssociation(ctx context.Context, params *appconfig.UpdateExtensionAssociationInput, optFns ...func(*appconfig.Options)) (*appconfig.UpdateExtensionAssociationOutput, error)

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

func (*IClient) ValidateConfiguration

func (_m *IClient) ValidateConfiguration(ctx context.Context, params *appconfig.ValidateConfigurationInput, optFns ...func(*appconfig.Options)) (*appconfig.ValidateConfigurationOutput, error)

ValidateConfiguration 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