mirror of
https://github.com/lovelaze/nebula-sync.git
synced 2025-11-05 18:29:19 +01:00
14 lines
328 B
YAML
14 lines
328 B
YAML
all: false
|
|
dir: 'internal/mocks/{{.SrcPackageName}}'
|
|
filename: 'mock_{{lower .InterfaceName}}.go'
|
|
force-file-write: true
|
|
formatter: goimports
|
|
structname: '{{.InterfaceName}}'
|
|
pkgname: '{{.SrcPackageName}}'
|
|
template: testify
|
|
packages:
|
|
github.com/lovelaze/nebula-sync/internal:
|
|
config:
|
|
all: true
|
|
recursive: true
|