-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mockery.yaml
34 lines (34 loc) · 1.05 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
with-expecter: true
filename: "{{.InterfaceName | snakecase}}.go"
dir: mocks/{{ replaceAll .InterfaceDirRelative "internal" "internal_" }}
packages:
github.com/goplugin/plugin-ccip/execute/internal/gen:
interfaces:
ExecutePluginCodec:
github.com/goplugin/plugin-ccip/commit/merkleroot:
interfaces:
Observer:
github.com/goplugin/plugin-ccip/internal/reader:
interfaces:
HomeChain:
RMNRemote:
CCIP:
github.com/goplugin/plugin-ccip/internal/plugincommon:
interfaces:
ChainSupport:
PluginProcessor:
github.com/goplugin/plugin-ccip/commit/merkleroot/rmn:
interfaces:
Controller:
PeerGroup:
PeerGroupFactory:
Stream:
github.com/goplugin/plugin-ccip/pkg/reader:
interfaces:
CCIPReader:
PriceReader:
RMNHome:
github.com/goplugin/plugin-ccip/pkg/contractreader:
interfaces:
Extended:
ContractReaderFacade: