Files
query-orchestration/internal/queue/config.go
T
2024-12-19 11:44:13 +00:00

11 lines
144 B
Go

package queue
import (
"github.com/aws/aws-sdk-go-v2/service/sqs"
)
type QueueConfig struct {
URL string
Client *sqs.Client
}