Files
query-orchestration/internal/server/queue/config.go
T

7 lines
71 B
Go
Raw Normal View History

2024-12-18 18:54:48 +00:00
package queue
2025-01-10 11:12:03 +00:00
type Config struct {
2024-12-18 18:54:48 +00:00
URL string
Client SQSClient
2024-12-18 18:54:48 +00:00
}