Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct { QueueURL *string QueueName *string // contains filtered or unexported fields }
Provider represents an SQS queue.
func NewSqsProvider ¶
NewSqsProvider is a convenience method to return a new *Provider instance.
func (Provider) DeleteMessage ¶
DeleteMessage implements the required interface method to be a Provider. This method deletes a message from the queue.
func (Provider) GetNextMessage ¶
GetNextMessage implements the required interface method to be a Provider. This method sends a ReceiveMessageInput message to SQS and converts the message into a *task.Task object.
Click to show internal directories.
Click to hide internal directories.