mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-21 21:49:51 +01:00
13 lines
331 B
YAML
13 lines
331 B
YAML
|
quiet: False
|
||
|
with-expecter: True
|
||
|
dir: mocks/{{ replaceAll .InterfaceDirRelative "internal" "internal_" }}
|
||
|
mockname: '{{.InterfaceName}}'
|
||
|
outpkg: '{{.PackageName}}'
|
||
|
filename: '{{.InterfaceName}}.go'
|
||
|
all: True
|
||
|
packages:
|
||
|
github.com/posthog/posthog/livestream:
|
||
|
config:
|
||
|
recursive: True
|
||
|
outpkg: mocks
|