hash-of-wisdom/.mockery.yaml

11 lines
278 B
YAML
Raw Normal View History

2025-08-22 12:48:14 +03:00
with-expecter: true
dir: "{{.InterfaceDir}}/mocks"
mockname: "Mock{{.InterfaceName}}"
outpkg: "{{.PackageName}}"
filename: "mock_{{.InterfaceName | snakecase}}.go"
packages:
github.com/word-of-wisdom/internal/pow:
interfaces:
Generator:
Verifier:
Solver: