mirror of
https://github.com/nikoksr/notify.git
synced 2024-11-21 16:46:32 +02:00
14 lines
324 B
YAML
14 lines
324 B
YAML
with-expecter: true
|
|
mockname: "mock{{.InterfaceName}}"
|
|
filename: "mock_{{.InterfaceName | snakecase}}.go"
|
|
packages:
|
|
github.com/nikoksr/notify:
|
|
config:
|
|
dir: "{{.InterfaceDir}}"
|
|
inpackage: true
|
|
include-auto-generated: false
|
|
recursive: true
|
|
all: true
|
|
exclude:
|
|
- "service/http"
|