-
Notifications
You must be signed in to change notification settings - Fork 2
/
.mockery.yaml
48 lines (48 loc) · 1.64 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
38
39
40
41
42
43
44
45
46
47
48
with-expecter: true
filename: "{{.InterfaceName | snakecase}}.go"
dir: mocks/{{ replaceAll .InterfaceDirRelative "internal" "internal_" }}
packages:
github.com/smartcontractkit/chainlink-ccip/commit/merkleroot:
interfaces:
Observer:
github.com/smartcontractkit/chainlink-ccip/internal/reader:
interfaces:
HomeChain:
RMNRemote:
CCIP:
github.com/smartcontractkit/chainlink-ccip/internal/plugincommon:
interfaces:
ChainSupport:
PluginProcessor:
github.com/smartcontractkit/chainlink-ccip/commit/merkleroot/rmn:
interfaces:
Controller:
Stream:
github.com/smartcontractkit/chainlink-ccip/execute/internal/gas:
interfaces:
EstimateProvider:
github.com/smartcontractkit/chainlink-ccip/pkg/reader:
interfaces:
CCIPReader:
PriceReader:
RMNHome:
github.com/smartcontractkit/chainlink-ccip/pkg/contractreader:
interfaces:
Extended:
ContractReaderFacade:
github.com/smartcontractkit/chainlink-ccip/pkg/types/ccipocr3:
interfaces:
ExecutePluginCodec:
github.com/smartcontractkit/chainlink-common/pkg/types:
interfaces:
ChainWriter:
config:
dir: mocks/chainlink_common/
github.com/smartcontractkit/libocr/networking:
interfaces:
PeerGroupFactory:
config:
dir: mocks/libocr_networking/
PeerGroup:
config:
dir: mocks/libocr_networking/