| 28 | } |
| 29 | |
| 30 | type sqs struct { |
| 31 | queueURL string |
| 32 | client *awssqs.SQS |
| 33 | } |
| 34 | |
| 35 | // NewSQS creates a new SQS client that satisfies the Queue interface |
| 36 | func NewSQS(queueURL string, sess *session.Session) Queue { |
nothing calls this directly
no outgoing calls
no test coverage detected