-
Notifications
You must be signed in to change notification settings - Fork 264
Expand file tree
/
Copy path.mockery.yaml
More file actions
67 lines (67 loc) · 1.66 KB
/
.mockery.yaml
File metadata and controls
67 lines (67 loc) · 1.66 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
template: testify
template-data:
unroll-variadic: true
packages:
github.com/evstack/ev-node/core/da:
interfaces:
DA:
config:
pkgname: mocks
filename: da.go
configs:
- dir: ./da/internal/mocks
- dir: ./test/mocks
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/store:
interfaces:
Store:
config:
dir: ./test/mocks
pkgname: mocks
filename: store.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: syncer_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