hash-of-wisdom/.mockery.yaml

12 lines
285 B
YAML

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: