-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.mockery.yaml
More file actions
116 lines (100 loc) · 3.07 KB
/
.mockery.yaml
File metadata and controls
116 lines (100 loc) · 3.07 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
with-expecter: true
dir: ./internal/mocks
outpkg: mocks
packages:
github.com/smartcontractkit/chainlink-ccv/common/jd/client:
interfaces:
ClientInterface:
github.com/smartcontractkit/chainlink-ccv/common/jd/store:
interfaces:
StoreInterface:
github.com/smartcontractkit/chainlink-ccv/common/jd/lifecycle:
interfaces:
JobRunner:
github.com/smartcontractkit/chainlink-ccv/pkg/chainaccess:
interfaces:
Accessor:
AccessorFactory:
SourceReader:
DestinationReader:
ContractTransmitter:
RMNCurseReader:
github.com/digital-asset/dazl-client/v8/go/api/com/daml/ledger/api/v2:
interfaces:
StateServiceClient:
UpdateServiceClient:
github.com/smartcontractkit/chainlink-ccv/common:
interfaces:
CurseChecker:
CurseCheckerService:
TimeProvider:
CurseCheckerMetrics:
github.com/smartcontractkit/chainlink-ccv/protocol:
interfaces:
ChainStatusManager:
FinalityViolationChecker:
VerifierResultsAPI:
github.com/smartcontractkit/chainlink-ccv/protocol/common/chainaccess:
interfaces:
HeadTracker:
SourceReader:
RMNCurseReader:
github.com/smartcontractkit/chainlink-ccv/executor:
interfaces:
MessageSubscriber:
Executor:
ContractTransmitter:
LeaderElector:
DestinationReader:
VerifierResultReader:
MessageReader:
github.com/smartcontractkit/chainlink-ccv/aggregator/pkg/handlers:
interfaces:
SignatureValidator:
AggregationTriggerer:
github.com/smartcontractkit/chainlink-ccv/aggregator/pkg/common:
interfaces:
CommitVerificationStore:
CommitVerificationAggregatedStore:
ChainStatusStorageInterface:
Sink:
AggregatorMonitoring:
AggregatorMetricLabeler:
github.com/smartcontractkit/chainlink-ccv/aggregator/pkg/aggregation:
interfaces:
QuorumValidator:
github.com/smartcontractkit/chainlink-ccv/indexer/pkg/common:
interfaces:
IndexerStorage:
IndexerMonitoring:
IndexerMetricLabeler:
MessageDiscovery:
github.com/smartcontractkit/chainlink-ccv/indexer/pkg/client:
interfaces:
IndexerClientInterface:
github.com/smartcontractkit/chainlink-ccv/indexer/pkg/client/internal:
interfaces:
ClientInterface:
configs:
- dir: ./indexer/pkg/client/internal/mocks
github.com/smartcontractkit/chainlink-ccv/cli/chainstatuses:
interfaces:
ChainStatusStore:
configs:
- dir: ./cli/chainstatuses/mocks
github.com/smartcontractkit/chainlink-ccv/cli/jobqueue:
interfaces:
Store:
configs:
- dir: ./cli/jobqueue/mocks
github.com/smartcontractkit/chainlink-protos/chainlink-ccv/message-discovery/v1:
interfaces:
MessageDiscoveryClient:
github.com/smartcontractkit/chainlink-protos/chainlink-ccv/verifier/v1:
interfaces:
VerifierClient:
github.com/smartcontractkit/chainlink-ccv/integration/storageaccess:
interfaces:
CommitteeBatchWriter:
configs:
- dir: ./integration/storageaccess/mocks