-
Notifications
You must be signed in to change notification settings - Fork 16
/
.mockery.yaml
37 lines (37 loc) · 1.12 KB
/
.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
35
36
37
dir: "{{ .InterfaceDir }}/mocks"
mockname: "{{ .InterfaceName }}"
outpkg: mocks
filename: "{{ .InterfaceName | snakecase }}.go"
packages:
github.com/smartcontractkit/chainlink-common/pkg/capabilities/datastreams:
interfaces:
ReportCodec:
github.com/smartcontractkit/chainlink-common/pkg/loop/internal/types:
interfaces:
Relayer:
config:
dir: "{{ .InterfaceDir }}/../../mocks"
github.com/smartcontractkit/chainlink-common/pkg/monitoring:
config:
dir: "{{ .InterfaceDir }}"
filename: "{{ .InterfaceName | snakecase }}_mock.go"
inpackage: true
mockname: "{{ .InterfaceName }}Mock"
interfaces:
Metrics:
Source:
SourceFactory:
Exporter:
ExporterFactory:
github.com/smartcontractkit/chainlink-common/pkg/types/ccip:
interfaces:
OffRampReader:
config:
filename: offramp_reader_mock.go
github.com/smartcontractkit/chainlink-common/pkg/types/core:
interfaces:
CapabilitiesRegistry:
Relayer:
github.com/smartcontractkit/chainlink-common/pkg/beholder/internal:
interfaces:
OTLPExporter: