Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) CreateSnapshot(ctx context.Context, params *simspaceweaver.CreateSnapshotInput, ...) (*simspaceweaver.CreateSnapshotOutput, error)
- func (_m *IClient) DeleteApp(ctx context.Context, params *simspaceweaver.DeleteAppInput, ...) (*simspaceweaver.DeleteAppOutput, error)
- func (_m *IClient) DeleteSimulation(ctx context.Context, params *simspaceweaver.DeleteSimulationInput, ...) (*simspaceweaver.DeleteSimulationOutput, error)
- func (_m *IClient) DescribeApp(ctx context.Context, params *simspaceweaver.DescribeAppInput, ...) (*simspaceweaver.DescribeAppOutput, error)
- func (_m *IClient) DescribeSimulation(ctx context.Context, params *simspaceweaver.DescribeSimulationInput, ...) (*simspaceweaver.DescribeSimulationOutput, error)
- func (_m *IClient) ListApps(ctx context.Context, params *simspaceweaver.ListAppsInput, ...) (*simspaceweaver.ListAppsOutput, error)
- func (_m *IClient) ListSimulations(ctx context.Context, params *simspaceweaver.ListSimulationsInput, ...) (*simspaceweaver.ListSimulationsOutput, error)
- func (_m *IClient) ListTagsForResource(ctx context.Context, params *simspaceweaver.ListTagsForResourceInput, ...) (*simspaceweaver.ListTagsForResourceOutput, error)
- func (_m *IClient) Options() simspaceweaver.Options
- func (_m *IClient) StartApp(ctx context.Context, params *simspaceweaver.StartAppInput, ...) (*simspaceweaver.StartAppOutput, error)
- func (_m *IClient) StartClock(ctx context.Context, params *simspaceweaver.StartClockInput, ...) (*simspaceweaver.StartClockOutput, error)
- func (_m *IClient) StartSimulation(ctx context.Context, params *simspaceweaver.StartSimulationInput, ...) (*simspaceweaver.StartSimulationOutput, error)
- func (_m *IClient) StopApp(ctx context.Context, params *simspaceweaver.StopAppInput, ...) (*simspaceweaver.StopAppOutput, error)
- func (_m *IClient) StopClock(ctx context.Context, params *simspaceweaver.StopClockInput, ...) (*simspaceweaver.StopClockOutput, error)
- func (_m *IClient) StopSimulation(ctx context.Context, params *simspaceweaver.StopSimulationInput, ...) (*simspaceweaver.StopSimulationOutput, error)
- func (_m *IClient) TagResource(ctx context.Context, params *simspaceweaver.TagResourceInput, ...) (*simspaceweaver.TagResourceOutput, error)
- func (_m *IClient) UntagResource(ctx context.Context, params *simspaceweaver.UntagResourceInput, ...) (*simspaceweaver.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) CreateSnapshot ¶
func (_m *IClient) CreateSnapshot(ctx context.Context, params *simspaceweaver.CreateSnapshotInput, optFns ...func(*simspaceweaver.Options)) (*simspaceweaver.CreateSnapshotOutput, error)
CreateSnapshot provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteApp ¶
func (_m *IClient) DeleteApp(ctx context.Context, params *simspaceweaver.DeleteAppInput, optFns ...func(*simspaceweaver.Options)) (*simspaceweaver.DeleteAppOutput, error)
DeleteApp provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteSimulation ¶
func (_m *IClient) DeleteSimulation(ctx context.Context, params *simspaceweaver.DeleteSimulationInput, optFns ...func(*simspaceweaver.Options)) (*simspaceweaver.DeleteSimulationOutput, error)
DeleteSimulation provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeApp ¶
func (_m *IClient) DescribeApp(ctx context.Context, params *simspaceweaver.DescribeAppInput, optFns ...func(*simspaceweaver.Options)) (*simspaceweaver.DescribeAppOutput, error)
DescribeApp provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeSimulation ¶
func (_m *IClient) DescribeSimulation(ctx context.Context, params *simspaceweaver.DescribeSimulationInput, optFns ...func(*simspaceweaver.Options)) (*simspaceweaver.DescribeSimulationOutput, error)
DescribeSimulation provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListApps ¶
func (_m *IClient) ListApps(ctx context.Context, params *simspaceweaver.ListAppsInput, optFns ...func(*simspaceweaver.Options)) (*simspaceweaver.ListAppsOutput, error)
ListApps provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListSimulations ¶
func (_m *IClient) ListSimulations(ctx context.Context, params *simspaceweaver.ListSimulationsInput, optFns ...func(*simspaceweaver.Options)) (*simspaceweaver.ListSimulationsOutput, error)
ListSimulations provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListTagsForResource ¶
func (_m *IClient) ListTagsForResource(ctx context.Context, params *simspaceweaver.ListTagsForResourceInput, optFns ...func(*simspaceweaver.Options)) (*simspaceweaver.ListTagsForResourceOutput, error)
ListTagsForResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) Options ¶
func (_m *IClient) Options() simspaceweaver.Options
Options provides a mock function with given fields:
func (*IClient) StartApp ¶
func (_m *IClient) StartApp(ctx context.Context, params *simspaceweaver.StartAppInput, optFns ...func(*simspaceweaver.Options)) (*simspaceweaver.StartAppOutput, error)
StartApp provides a mock function with given fields: ctx, params, optFns
func (*IClient) StartClock ¶
func (_m *IClient) StartClock(ctx context.Context, params *simspaceweaver.StartClockInput, optFns ...func(*simspaceweaver.Options)) (*simspaceweaver.StartClockOutput, error)
StartClock provides a mock function with given fields: ctx, params, optFns
func (*IClient) StartSimulation ¶
func (_m *IClient) StartSimulation(ctx context.Context, params *simspaceweaver.StartSimulationInput, optFns ...func(*simspaceweaver.Options)) (*simspaceweaver.StartSimulationOutput, error)
StartSimulation provides a mock function with given fields: ctx, params, optFns
func (*IClient) StopApp ¶
func (_m *IClient) StopApp(ctx context.Context, params *simspaceweaver.StopAppInput, optFns ...func(*simspaceweaver.Options)) (*simspaceweaver.StopAppOutput, error)
StopApp provides a mock function with given fields: ctx, params, optFns
func (*IClient) StopClock ¶
func (_m *IClient) StopClock(ctx context.Context, params *simspaceweaver.StopClockInput, optFns ...func(*simspaceweaver.Options)) (*simspaceweaver.StopClockOutput, error)
StopClock provides a mock function with given fields: ctx, params, optFns
func (*IClient) StopSimulation ¶
func (_m *IClient) StopSimulation(ctx context.Context, params *simspaceweaver.StopSimulationInput, optFns ...func(*simspaceweaver.Options)) (*simspaceweaver.StopSimulationOutput, error)
StopSimulation provides a mock function with given fields: ctx, params, optFns
func (*IClient) TagResource ¶
func (_m *IClient) TagResource(ctx context.Context, params *simspaceweaver.TagResourceInput, optFns ...func(*simspaceweaver.Options)) (*simspaceweaver.TagResourceOutput, error)
TagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UntagResource ¶
func (_m *IClient) UntagResource(ctx context.Context, params *simspaceweaver.UntagResourceInput, optFns ...func(*simspaceweaver.Options)) (*simspaceweaver.UntagResourceOutput, error)
UntagResource provides a mock function with given fields: ctx, params, optFns