Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) CreateDeployment(ctx context.Context, params *launchwizard.CreateDeploymentInput, ...) (*launchwizard.CreateDeploymentOutput, error)
- func (_m *IClient) DeleteDeployment(ctx context.Context, params *launchwizard.DeleteDeploymentInput, ...) (*launchwizard.DeleteDeploymentOutput, error)
- func (_m *IClient) GetDeployment(ctx context.Context, params *launchwizard.GetDeploymentInput, ...) (*launchwizard.GetDeploymentOutput, error)
- func (_m *IClient) GetWorkload(ctx context.Context, params *launchwizard.GetWorkloadInput, ...) (*launchwizard.GetWorkloadOutput, error)
- func (_m *IClient) GetWorkloadDeploymentPattern(ctx context.Context, params *launchwizard.GetWorkloadDeploymentPatternInput, ...) (*launchwizard.GetWorkloadDeploymentPatternOutput, error)
- func (_m *IClient) ListDeploymentEvents(ctx context.Context, params *launchwizard.ListDeploymentEventsInput, ...) (*launchwizard.ListDeploymentEventsOutput, error)
- func (_m *IClient) ListDeployments(ctx context.Context, params *launchwizard.ListDeploymentsInput, ...) (*launchwizard.ListDeploymentsOutput, error)
- func (_m *IClient) ListTagsForResource(ctx context.Context, params *launchwizard.ListTagsForResourceInput, ...) (*launchwizard.ListTagsForResourceOutput, error)
- func (_m *IClient) ListWorkloadDeploymentPatterns(ctx context.Context, params *launchwizard.ListWorkloadDeploymentPatternsInput, ...) (*launchwizard.ListWorkloadDeploymentPatternsOutput, error)
- func (_m *IClient) ListWorkloads(ctx context.Context, params *launchwizard.ListWorkloadsInput, ...) (*launchwizard.ListWorkloadsOutput, error)
- func (_m *IClient) Options() launchwizard.Options
- func (_m *IClient) TagResource(ctx context.Context, params *launchwizard.TagResourceInput, ...) (*launchwizard.TagResourceOutput, error)
- func (_m *IClient) UntagResource(ctx context.Context, params *launchwizard.UntagResourceInput, ...) (*launchwizard.UntagResourceOutput, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IClient ¶
IClient is an autogenerated mock type for the IClient type
func NewIClient ¶
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) CreateDeployment ¶
func (_m *IClient) CreateDeployment(ctx context.Context, params *launchwizard.CreateDeploymentInput, optFns ...func(*launchwizard.Options)) (*launchwizard.CreateDeploymentOutput, error)
CreateDeployment provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteDeployment ¶
func (_m *IClient) DeleteDeployment(ctx context.Context, params *launchwizard.DeleteDeploymentInput, optFns ...func(*launchwizard.Options)) (*launchwizard.DeleteDeploymentOutput, error)
DeleteDeployment provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetDeployment ¶
func (_m *IClient) GetDeployment(ctx context.Context, params *launchwizard.GetDeploymentInput, optFns ...func(*launchwizard.Options)) (*launchwizard.GetDeploymentOutput, error)
GetDeployment provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetWorkload ¶
func (_m *IClient) GetWorkload(ctx context.Context, params *launchwizard.GetWorkloadInput, optFns ...func(*launchwizard.Options)) (*launchwizard.GetWorkloadOutput, error)
GetWorkload provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetWorkloadDeploymentPattern ¶
func (_m *IClient) GetWorkloadDeploymentPattern(ctx context.Context, params *launchwizard.GetWorkloadDeploymentPatternInput, optFns ...func(*launchwizard.Options)) (*launchwizard.GetWorkloadDeploymentPatternOutput, error)
GetWorkloadDeploymentPattern provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListDeploymentEvents ¶
func (_m *IClient) ListDeploymentEvents(ctx context.Context, params *launchwizard.ListDeploymentEventsInput, optFns ...func(*launchwizard.Options)) (*launchwizard.ListDeploymentEventsOutput, error)
ListDeploymentEvents provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListDeployments ¶
func (_m *IClient) ListDeployments(ctx context.Context, params *launchwizard.ListDeploymentsInput, optFns ...func(*launchwizard.Options)) (*launchwizard.ListDeploymentsOutput, error)
ListDeployments provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListTagsForResource ¶
func (_m *IClient) ListTagsForResource(ctx context.Context, params *launchwizard.ListTagsForResourceInput, optFns ...func(*launchwizard.Options)) (*launchwizard.ListTagsForResourceOutput, error)
ListTagsForResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListWorkloadDeploymentPatterns ¶
func (_m *IClient) ListWorkloadDeploymentPatterns(ctx context.Context, params *launchwizard.ListWorkloadDeploymentPatternsInput, optFns ...func(*launchwizard.Options)) (*launchwizard.ListWorkloadDeploymentPatternsOutput, error)
ListWorkloadDeploymentPatterns provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListWorkloads ¶
func (_m *IClient) ListWorkloads(ctx context.Context, params *launchwizard.ListWorkloadsInput, optFns ...func(*launchwizard.Options)) (*launchwizard.ListWorkloadsOutput, error)
ListWorkloads provides a mock function with given fields: ctx, params, optFns
func (*IClient) Options ¶
func (_m *IClient) Options() launchwizard.Options
Options provides a mock function with given fields:
func (*IClient) TagResource ¶
func (_m *IClient) TagResource(ctx context.Context, params *launchwizard.TagResourceInput, optFns ...func(*launchwizard.Options)) (*launchwizard.TagResourceOutput, error)
TagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UntagResource ¶
func (_m *IClient) UntagResource(ctx context.Context, params *launchwizard.UntagResourceInput, optFns ...func(*launchwizard.Options)) (*launchwizard.UntagResourceOutput, error)
UntagResource provides a mock function with given fields: ctx, params, optFns