hash-of-wisdom/.mockery.yaml

15 lines
360 B
YAML
Raw Permalink Normal View History

2025-08-22 16:38:27 +03:00
with-expecter: true
dir: "{{.InterfaceDir}}/mocks"
filename: "mock_{{.InterfaceName | snakecase}}.go"
mockname: "Mock{{.InterfaceName}}"
outpkg: "mocks"
packages:
hash-of-wisdom/internal/service:
interfaces:
QuoteService:
ChallengeGenerator:
ChallengeVerifier:
2025-08-22 17:32:46 +03:00
hash-of-wisdom/internal/controller:
interfaces:
WisdomService: