0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 21:49:51 +01:00
posthog/livestream/.mockery.yaml

13 lines
331 B
YAML
Raw Permalink Normal View History

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