sqsway

package module
v0.0.0-...-82212fc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 15, 2015 License: Apache-2.0 Imports: 6 Imported by: 0

README

sqsway

This is the AWS SQS way to handle the messages in []byte type.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type QueueInfo

type QueueInfo struct {
	Queue *string
}

func New

func New(q *string) *QueueInfo

func (*QueueInfo) ReceiveMessage

func (q *QueueInfo) ReceiveMessage(h ReceiveHandle)

func (*QueueInfo) SendMessage

func (q *QueueInfo) SendMessage(msgString []byte)

type ReceiveHandle

type ReceiveHandle func(*sync.WaitGroup, []byte, *set.Set, int)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL