MCPcopy
hub / github.com/cortexlabs/cortex / sqs

Struct sqs

pkg/async-gateway/queue.go:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30type sqs struct {
31 queueURL string
32 client *awssqs.SQS
33}
34
35// NewSQS creates a new SQS client that satisfies the Queue interface
36func NewSQS(queueURL string, sess *session.Session) Queue {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected