-
Notifications
You must be signed in to change notification settings - Fork 1
/
.mockery.yml
64 lines (63 loc) · 1.73 KB
/
.mockery.yml
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
with-expecter: true
filename: "mock_{{.InterfaceName | snakecase}}.go"
dir: "mocks/{{.InterfaceDirRelative}}"
packages:
github.com/skip-mev/go-fast-solver/shared/evmrpc:
interfaces:
EVMRPCClientManager:
EVMChainRPC:
IOracle:
github.com/skip-mev/go-fast-solver/shared/http:
interfaces:
Client:
github.com/skip-mev/go-fast-solver/shared/tmrpc:
interfaces:
TendermintRPCClientManager:
github.com/skip-mev/go-fast-solver/shared/cosmosgrpc:
interfaces:
CosmosGRPCClientConnManager:
github.com/skip-mev/go-fast-solver/shared/signing:
interfaces:
Signer:
github.com/skip-mev/go-fast-solver/shared/clients/coingecko:
interfaces:
PriceClient:
github.com/skip-mev/go-fast-solver/shared/clients/utils:
interfaces:
HTTPClient:
RateLimiter:
github.com/skip-mev/go-fast-solver/shared/clients/skipgo:
interfaces:
SkipGoClient:
github.com/skip-mev/go-fast-solver/shared/config:
interfaces:
ConfigReader:
github.com/skip-mev/go-fast-solver/shared/signing/evm:
interfaces:
Builder:
github.com/skip-mev/go-fast-solver/fundrebalancer:
interfaces:
Database:
github.com/skip-mev/go-fast-solver/shared/txexecutor/evm:
interfaces:
EVMTxExecutor:
# External Packages
github.com/ethereum/go-ethereum/accounts/abi/bind:
interfaces:
ContractBackend:
github.com/cosmos/gogoproto/grpc:
interfaces:
ClientConn:
github.com/cometbft/cometbft/rpc/client:
interfaces:
Client:
github.com/cosmos/cosmos-sdk/client:
interfaces:
TxConfig:
TxBuilder:
github.com/cosmos/cosmos-sdk/x/auth/signing:
interfaces:
Tx:
github.com/cosmos/cosmos-sdk/types:
interfaces:
Tx: