forked from raystack/frontier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mockery.yaml
33 lines (33 loc) · 905 Bytes
/
.mockery.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
with-expecter: true
mockname: "{{.InterfaceName}}"
outpkg: "mocks"
filename: "{{ .InterfaceName | snakecase }}.go"
packages:
github.com/raystack/frontier/internal/api/v1beta1:
config:
dir: "internal/api/v1beta1/mocks"
all: true
github.com/raystack/frontier/pkg/mailer:
config:
dir: "pkg/mailer/mocks"
all: true
github.com/raystack/frontier/billing/entitlement:
config:
dir: "billing/entitlement/mocks"
all: true
github.com/raystack/frontier/billing/credit:
config:
dir: "billing/credit/mocks"
all: true
github.com/raystack/frontier/billing/product:
config:
dir: "billing/product/mocks"
all: true
github.com/raystack/frontier/billing/stripetest:
config:
dir: "billing/stripetest/mocks"
all: true
github.com/raystack/frontier/core/policy:
config:
dir: "core/policy/mocks"
all: true