Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) DescribeStream(ctx context.Context, params *dynamodbstreams.DescribeStreamInput, ...) (*dynamodbstreams.DescribeStreamOutput, error)
- func (_m *IClient) GetRecords(ctx context.Context, params *dynamodbstreams.GetRecordsInput, ...) (*dynamodbstreams.GetRecordsOutput, error)
- func (_m *IClient) GetShardIterator(ctx context.Context, params *dynamodbstreams.GetShardIteratorInput, ...) (*dynamodbstreams.GetShardIteratorOutput, error)
- func (_m *IClient) ListStreams(ctx context.Context, params *dynamodbstreams.ListStreamsInput, ...) (*dynamodbstreams.ListStreamsOutput, error)
- func (_m *IClient) Options() dynamodbstreams.Options
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) DescribeStream ¶
func (_m *IClient) DescribeStream(ctx context.Context, params *dynamodbstreams.DescribeStreamInput, optFns ...func(*dynamodbstreams.Options)) (*dynamodbstreams.DescribeStreamOutput, error)
DescribeStream provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetRecords ¶
func (_m *IClient) GetRecords(ctx context.Context, params *dynamodbstreams.GetRecordsInput, optFns ...func(*dynamodbstreams.Options)) (*dynamodbstreams.GetRecordsOutput, error)
GetRecords provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetShardIterator ¶
func (_m *IClient) GetShardIterator(ctx context.Context, params *dynamodbstreams.GetShardIteratorInput, optFns ...func(*dynamodbstreams.Options)) (*dynamodbstreams.GetShardIteratorOutput, error)
GetShardIterator provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListStreams ¶
func (_m *IClient) ListStreams(ctx context.Context, params *dynamodbstreams.ListStreamsInput, optFns ...func(*dynamodbstreams.Options)) (*dynamodbstreams.ListStreamsOutput, error)
ListStreams provides a mock function with given fields: ctx, params, optFns
func (*IClient) Options ¶
func (_m *IClient) Options() dynamodbstreams.Options
Options provides a mock function with given fields:
Click to show internal directories.
Click to hide internal directories.