Files
query-orchestration/.mockery.yml
T

24 lines
595 B
YAML
Raw Normal View History

2025-01-10 11:12:03 +00:00
---
2024-12-18 18:54:48 +00:00
with-expecter: true
outpkg: "{{.PackageName}}mock"
dir: "mocks/{{.PackageName}}"
2025-05-08 16:04:45 +00:00
resolve-type-alias: false
issue-845-fix: true
2024-12-18 18:54:48 +00:00
packages:
queryorchestration/internal/serviceconfig/queue:
interfaces:
SQSClient:
queryorchestration/internal/serviceconfig/objectstore:
interfaces:
S3Client:
queryorchestration/internal/serviceconfig/textract:
interfaces:
TextractClient:
queryorchestration/internal/server/runner:
interfaces:
Controller:
queryorchestration/pkg/queryAPI:
interfaces:
ClientWithResponsesInterface:
ClientInterface: