forked from anyproto/anytype-heart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mockery.yaml
93 lines (93 loc) · 2.72 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
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
dir: "{{.InterfaceDir}}/mock_{{.PackageName}}"
with-expecter: True
disable-version-string: True
all: False
outpkg: "mock_{{.PackageName}}"
packages:
github.com/anyproto/anytype-heart/space/spacecore/typeprovider:
interfaces:
SmartBlockTypeProvider:
github.com/anyproto/anytype-heart/core/wallet:
interfaces:
Wallet:
github.com/anyproto/anytype-heart/core/event:
interfaces:
Sender:
github.com/anyproto/anytype-heart/core/block/getblock:
interfaces:
ObjectGetter:
github.com/anyproto/anytype-heart/pkg/lib/core:
interfaces:
Service:
github.com/anyproto/anytype-heart/core/block/import/common:
interfaces:
Converter:
github.com/anyproto/anytype-heart/pkg/lib/database:
interfaces:
ObjectStore:
config:
dir: "{{.InterfaceDir}}"
outpkg: "{{.PackageName}}"
inpackage: true
github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore:
interfaces:
ObjectStore:
github.com/anyproto/anytype-heart/core/block/restriction:
interfaces:
Service:
github.com/anyproto/anytype-heart/core/filestorage/filesync:
interfaces:
FileSync:
github.com/anyproto/anytype-heart/core/block/import/common/objectid:
interfaces:
IdGetterProvider:
github.com/anyproto/anytype-heart/core/block/import/common/objectcreator:
interfaces:
Service:
github.com/anyproto/anytype-heart/core/subscription:
interfaces:
CollectionService:
config:
dir: "{{.InterfaceDir}}"
outpkg: "{{.PackageName}}"
inpackage: true
github.com/anyproto/anytype-heart/core/block/object/objectcache:
interfaces:
Cache:
github.com/anyproto/anytype-heart/metrics/amplitude:
interfaces:
Service:
github.com/anyproto/anytype-heart/core/indexer:
interfaces:
Indexer:
github.com/anyproto/anytype-heart/space/spacecore:
interfaces:
SpaceCoreService:
github.com/anyproto/anytype-heart/space/internal/techspace:
interfaces:
TechSpace:
github.com/anyproto/anytype-heart/space/spacefactory:
interfaces:
SpaceFactory:
github.com/anyproto/anytype-heart/space/internal/spacecontroller:
interfaces:
SpaceController:
DeleteController:
github.com/anyproto/anytype-heart/space:
interfaces:
Service:
github.com/anyproto/anytype-heart/space/clientspace:
interfaces:
Space:
github.com/anyproto/anytype-heart/core/anytype/account:
interfaces:
Service:
github.com/anyproto/anytype-heart/core/files/fileobject:
interfaces:
Service:
github.com/anyproto/anytype-heart/core/files:
interfaces:
Service:
github.com/anyproto/anytype-heart/core/files/fileacl:
interfaces:
Service: