Documentation ¶
Overview ¶
Package sqs provides a Vice implementation for Amazon Simple Queue Service.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegionFromURL ¶
RegionFromURL parses an sqs url and returns the aws region
Types ¶
type Transport ¶
type Transport struct { NewService func(region string) (sqsiface.SQSAPI, error) // contains filtered or unexported fields }
Transport is a vice.Transport for Amazon's SQS
func (*Transport) Done ¶
func (t *Transport) Done() chan struct{}
Done gets a channel which is closed when the transport has successfully stopped.
func (*Transport) Receive ¶
Receive gets a channel on which to receive messages with the specified name. The name is the queue's url
Click to show internal directories.
Click to hide internal directories.