Files
query-orchestration/.mockery.yml
T

19 lines
461 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}}"
2024-12-18 18:54:48 +00:00
packages:
queryorchestration/internal/serviceconfig/queue:
interfaces:
SQSClient:
queryorchestration/internal/serviceconfig/objectstore:
interfaces:
S3Client:
queryorchestration/internal/server/runner:
interfaces:
Controller:
queryorchestration/pkg/queryService:
interfaces:
ClientWithResponsesInterface:
ClientInterface: