Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) CreatePipe(ctx context.Context, params *pipes.CreatePipeInput, ...) (*pipes.CreatePipeOutput, error)
- func (_m *IClient) DeletePipe(ctx context.Context, params *pipes.DeletePipeInput, ...) (*pipes.DeletePipeOutput, error)
- func (_m *IClient) DescribePipe(ctx context.Context, params *pipes.DescribePipeInput, ...) (*pipes.DescribePipeOutput, error)
- func (_m *IClient) ListPipes(ctx context.Context, params *pipes.ListPipesInput, ...) (*pipes.ListPipesOutput, error)
- func (_m *IClient) ListTagsForResource(ctx context.Context, params *pipes.ListTagsForResourceInput, ...) (*pipes.ListTagsForResourceOutput, error)
- func (_m *IClient) Options() pipes.Options
- func (_m *IClient) StartPipe(ctx context.Context, params *pipes.StartPipeInput, ...) (*pipes.StartPipeOutput, error)
- func (_m *IClient) StopPipe(ctx context.Context, params *pipes.StopPipeInput, ...) (*pipes.StopPipeOutput, error)
- func (_m *IClient) TagResource(ctx context.Context, params *pipes.TagResourceInput, ...) (*pipes.TagResourceOutput, error)
- func (_m *IClient) UntagResource(ctx context.Context, params *pipes.UntagResourceInput, ...) (*pipes.UntagResourceOutput, error)
- func (_m *IClient) UpdatePipe(ctx context.Context, params *pipes.UpdatePipeInput, ...) (*pipes.UpdatePipeOutput, 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) CreatePipe ¶
func (_m *IClient) CreatePipe(ctx context.Context, params *pipes.CreatePipeInput, optFns ...func(*pipes.Options)) (*pipes.CreatePipeOutput, error)
CreatePipe provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeletePipe ¶
func (_m *IClient) DeletePipe(ctx context.Context, params *pipes.DeletePipeInput, optFns ...func(*pipes.Options)) (*pipes.DeletePipeOutput, error)
DeletePipe provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribePipe ¶
func (_m *IClient) DescribePipe(ctx context.Context, params *pipes.DescribePipeInput, optFns ...func(*pipes.Options)) (*pipes.DescribePipeOutput, error)
DescribePipe provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListPipes ¶
func (_m *IClient) ListPipes(ctx context.Context, params *pipes.ListPipesInput, optFns ...func(*pipes.Options)) (*pipes.ListPipesOutput, error)
ListPipes provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListTagsForResource ¶
func (_m *IClient) ListTagsForResource(ctx context.Context, params *pipes.ListTagsForResourceInput, optFns ...func(*pipes.Options)) (*pipes.ListTagsForResourceOutput, error)
ListTagsForResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) StartPipe ¶
func (_m *IClient) StartPipe(ctx context.Context, params *pipes.StartPipeInput, optFns ...func(*pipes.Options)) (*pipes.StartPipeOutput, error)
StartPipe provides a mock function with given fields: ctx, params, optFns
func (*IClient) StopPipe ¶
func (_m *IClient) StopPipe(ctx context.Context, params *pipes.StopPipeInput, optFns ...func(*pipes.Options)) (*pipes.StopPipeOutput, error)
StopPipe provides a mock function with given fields: ctx, params, optFns
func (*IClient) TagResource ¶
func (_m *IClient) TagResource(ctx context.Context, params *pipes.TagResourceInput, optFns ...func(*pipes.Options)) (*pipes.TagResourceOutput, error)
TagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UntagResource ¶
func (_m *IClient) UntagResource(ctx context.Context, params *pipes.UntagResourceInput, optFns ...func(*pipes.Options)) (*pipes.UntagResourceOutput, error)
UntagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdatePipe ¶
func (_m *IClient) UpdatePipe(ctx context.Context, params *pipes.UpdatePipeInput, optFns ...func(*pipes.Options)) (*pipes.UpdatePipeOutput, error)
UpdatePipe provides a mock function with given fields: ctx, params, optFns