-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.mockery.yaml
34 lines (34 loc) · 850 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
34
with-expecter: true
mock-build-tags: "!compile"
inpackage: true
filename: "{{.InterfaceName | snakecase }}_mock.go"
dir: "{{.InterfaceDir}}"
mockname: "Mock{{.InterfaceName}}"
packages:
github.com/ksysoev/deriv-api-bff/pkg/core/handler:
interfaces:
Validator:
RenderParser:
WaitComposer:
github.com/ksysoev/deriv-api-bff/pkg/core/validator:
interfaces:
schemaValidator:
github.com/ksysoev/deriv-api-bff/pkg/core:
interfaces:
CallsRepo:
Handler:
ConnRegistry:
APIProvider:
Request:
github.com/ksysoev/deriv-api-bff/pkg/api:
interfaces:
BFFService:
github.com/ksysoev/deriv-api-bff/pkg/prov/router:
interfaces:
DerivAPI:
HTTPAPI:
github.com/ksysoev/deriv-api-bff/pkg/config:
interfaces:
BFFService:
LocalSource:
RemoteSource: