Documentation ¶ Index ¶ func SQS(t *testing.T) (sqsSvc *sqs.SQS, queueURL *string, teardown func()) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func SQS ¶ func SQS(t *testing.T) (sqsSvc *sqs.SQS, queueURL *string, teardown func()) SQS will setup the SQS container and return when it is ready to be interacted with. A teardown function is also returned and it's execution should be deferred. Types ¶ This section is empty. Source Files ¶ View all Source files setup.go Click to show internal directories. Click to hide internal directories.