import "github.com/toomore/simpleaws/sqs"
Package sqs - simple for sqs.
type BatchOutput struct { Output *sqs.SendMessageBatchOutput Error error }
BatchOutput struct
type SQS struct {
// contains filtered or unexported fields
}
SQS struct
New to new a sqs.
Delete to delete a queue message.
func (s SQS) PurgeQueue() (*sqs.PurgeQueueOutput, error)
PurgeQueue to purge queue all messages.
Receive to receive a queue message.
Send to send a queue message.
func (s SQS) SendBatch(Bodies []string) []*BatchOutput
SendBatch to split Bodies into batch messages and send.
Package sqs imports 6 packages (graph) and is imported by 1 packages. Updated 2016-07-19. Refresh now. Tools for package owners.