Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SQSBatchSender ¶
type SQSBatchSender func(ctx context.Context, entries []types.SendMessageBatchRequestEntry) error
func NewSQSBatchSender ¶
func NewSQSBatchSender(sendMessage SendMessageBatchApi, queueUrl string) SQSBatchSender
type SendMessageBatchApi ¶
type SendMessageBatchApi func(ctx context.Context, params *sqs.SendMessageBatchInput, optFns ...func(*sqs.Options)) (*sqs.SendMessageBatchOutput, error)
Click to show internal directories.
Click to hide internal directories.