Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SQS ¶
type SQS interface { Poll(handler func(wg *sync.WaitGroup, msg *sqs.Message)) Delete(msg *sqs.Message) error }
SQS An interface for SQS operations
type SQSConfig ¶
type SQSConfig struct { AWSKey string AWSSecret string AWSRegion string URL string BatchSize int64 WaitSeconds int64 VisibilityTimeout int64 RunOnce bool RunInterval int Verbosity int MaxRetries int // contains filtered or unexported fields }
SQSConfig Wrapper for SQSConfig methods
Click to show internal directories.
Click to hide internal directories.