forked from cs3org/reva
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy path.mockery.yaml
More file actions
51 lines (51 loc) · 1.72 KB
/
.mockery.yaml
File metadata and controls
51 lines (51 loc) · 1.72 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
with-expecter: true
filename: "{{.InterfaceName }}.go"
dir: "{{.InterfaceDir}}/mocks"
mockname: "{{.InterfaceName}}"
outpkg: "mocks"
packages:
github.com/opencloud-eu/reva/v2/pkg/events:
interfaces:
Stream:
github.com/opencloud-eu/reva/v2/pkg/events/raw:
interfaces:
Stream:
github.com/opencloud-eu/reva/v2/pkg/publicshare/manager/owncloudsql:
interfaces:
UserConverter:
github.com/opencloud-eu/reva/v2/pkg/publicshare:
interfaces:
Manager:
github.com/opencloud-eu/reva/v2/pkg/share:
interfaces:
Manager:
github.com/opencloud-eu/reva/v2/pkg/storage/pkg/decomposedfs/permissions:
interfaces:
PermissionsChecker:
CS3PermissionsClient:
github.com/opencloud-eu/reva/v2/pkg/storage/pkg/decomposedfs/node:
interfaces:
Blobstore:
github.com/opencloud-eu/reva/v2/pkg/storage/fs/posix/lookup:
interfaces:
IDCache:
github.com/opencloud-eu/reva/v2/pkg/storage/registry/spaces:
interfaces:
StorageProviderClient:
github.com/opencloud-eu/reva/v2/pkg/storage/pkg/decomposedfs/metadata:
interfaces:
Backend:
github.com/opencloud-eu/reva/v2/pkg/storage/utils/decomposedfs/permissions:
interfaces:
PermissionsChecker:
CS3PermissionsClient:
github.com/opencloud-eu/reva/v2/pkg/storage/utils/decomposedfs/tree:
interfaces:
Blobstore:
github.com/opencloud-eu/reva/v2/pkg/storage/utils/metadata:
interfaces:
Storage:
github.com/opencloud-eu/reva/v2/tests/cs3mocks:
interfaces:
GatewayAPIClient:
CollaborationAPIClient: