-
Notifications
You must be signed in to change notification settings - Fork 262
Expand file tree
/
Copy path.mockery.yaml
More file actions
102 lines (101 loc) · 2.55 KB
/
.mockery.yaml
File metadata and controls
102 lines (101 loc) · 2.55 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
template: testify
template-data:
unroll-variadic: true
packages:
github.com/evstack/ev-node/core/execution:
interfaces:
Executor:
config:
dir: ./test/mocks
pkgname: mocks
filename: execution.go
github.com/evstack/ev-node/core/sequencer:
interfaces:
Sequencer:
config:
dir: ./test/mocks
pkgname: mocks
filename: sequencer.go
github.com/evstack/ev-node/pkg/p2p:
interfaces:
P2PRPC:
config:
dir: ./test/mocks
pkgname: mocks
filename: p2p.go
github.com/evstack/ev-node/pkg/raft:
interfaces:
sourceNode:
config:
dir: ./pkg/raft
pkgname: raft
filename: node_mock.go
github.com/evstack/ev-node/pkg/store:
interfaces:
Store:
config:
dir: ./test/mocks
pkgname: mocks
filename: store.go
Batch:
config:
dir: ./test/mocks
pkgname: mocks
filename: batch.go
github.com/celestiaorg/go-header:
interfaces:
Store:
config:
dir: ./test/mocks
pkgname: mocks
filename: external/hstore.go
github.com/evstack/ev-node/block/internal/syncing:
interfaces:
DARetriever:
config:
dir: ./block/internal/syncing
pkgname: syncing
filename: da_retriever_mock.go
p2pHandler:
config:
dir: ./block/internal/syncing
pkgname: syncing
filename: syncer_mock.go
github.com/evstack/ev-node/block/internal/common:
interfaces:
Broadcaster:
config:
dir: ./block/internal/common
pkgname: common
filename: broadcaster_mock.go
github.com/evstack/ev-node/block/internal/da:
interfaces:
Client:
config:
dir: ./test/mocks
pkgname: mocks
filename: da.go
Verifier:
config:
dir: ./test/mocks
pkgname: mocks
filename: da.go
github.com/evstack/ev-node/pkg/da/jsonrpc:
interfaces:
BlobModule:
config:
dir: ./pkg/da/jsonrpc/mocks
pkgname: mocks
filename: blob_module_mock.go
HeaderModule:
config:
dir: ./pkg/da/jsonrpc/mocks
pkgname: mocks
filename: header_module_mock.go
github.com/evstack/ev-node/block:
interfaces:
ForcedInclusionRetriever:
config:
dir: ./pkg/sequencers/based
pkgname: based
filename: forced_inclusion_retriever_mock.go