package
3.1.2
Repository: https://github.com/nabeken/aws-go-sqs.git
Documentation: pkg.go.dev

# Packages

Package option provides adapters to change a parameter in SQS request.

# Functions

BuildBatchRequestEntry builds batch entries and id2index map.
GetQueueURL wraps GetQueueURLWithContext using context.Background.
GetQueueURLWithContext returns a URL for the given queue name.
IsBatchError checks that err contains BatchError.
MustNew initializes Queue with name.
New initializes Queue with name.
NewBatchError composes an error from errors if available.

# Structs

A BatchChangeMessageVisibility represents each request to change a visibility timeout.
A BatchError represents an error for batch operations such as SendMessageBatch and ChangeMessageVisibilityBatch.
A BatchMessage represents each request to send a message.
A Queue is an SQS queue which holds queue url in URL.