Documentation ¶ Index ¶ type SQS func (d *SQS) ClearWork() error func (d *SQS) GetWork() (*string, error) func (d *SQS) HandleFailure() error func (d *SQS) Init() error func (d *SQS) LoadEnv(prefix string) error func (d *SQS) LoadFlags() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type SQS ¶ type SQS struct { Client *sqs.SQS Queue string ReceiptHandle string Region string RoleARN string } func (*SQS) ClearWork ¶ func (d *SQS) ClearWork() error func (*SQS) GetWork ¶ func (d *SQS) GetWork() (*string, error) func (*SQS) HandleFailure ¶ func (d *SQS) HandleFailure() error func (*SQS) Init ¶ func (d *SQS) Init() error func (*SQS) LoadEnv ¶ func (d *SQS) LoadEnv(prefix string) error func (*SQS) LoadFlags ¶ func (d *SQS) LoadFlags() error Source Files ¶ View all Source files awssqs.go Click to show internal directories. Click to hide internal directories.