Documentation
¶
Overview ¶
Package sqs provides an SQS implementation of the MessageQueueReader interface. It allows reading messages from AWS SQS queues without deleting them.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SQSReader ¶
type SQSReader struct {
// contains filtered or unexported fields
}
SQSReader implements MessageQueueReader for AWS SQS
func NewSQSReader ¶
NewSQSReader creates a new SQS reader from a config
func (*SQSReader) Close ¶
Close releases resources (no-op for SQS as we don't maintain persistent connections)
func (*SQSReader) GetMetadata ¶
GetMetadata returns information about the queue
Click to show internal directories.
Click to hide internal directories.