-
Notifications
You must be signed in to change notification settings - Fork 1
/
.mockery.yaml
33 lines (33 loc) · 978 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
testonly: False
unroll-variadic: True
packages:
github.com/metal-toolbox/conditionorc/internal/store:
config:
dir: internal/store
fileName: "mock_{{.InterfaceName | firstLower}}.go"
inpackage: True
interfaces:
Repository:
github.com/metal-toolbox/conditionorc/internal/fleetdb:
config:
dir: internal/fleetdb
fileName: "mock_{{.InterfaceName | firstLower}}.go"
inpackage: True
interfaces:
FleetDB:
github.com/metal-toolbox/conditionorc/pkg/api/v1/orchestrator/routes:
config:
dir: pkg/api/v1/orchestrator/routes
fileName: "mock_{{.InterfaceName | firstLower}}.go"
inpackage: True
interfaces:
statusValueKV:
taskKV:
github.com/metal-toolbox/conditionorc/pkg/api/v1/orchestrator/client:
config:
dir: pkg/api/v1/orchestrator/client
fileName: "mock_{{.InterfaceName | lower }}.go"
inpackage: True
interfaces:
HTTPRequestDoer:
Queryor: