-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.mockery.yaml
More file actions
59 lines (59 loc) · 1.73 KB
/
.mockery.yaml
File metadata and controls
59 lines (59 loc) · 1.73 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
with-expecter: true
disable-version-string: true
dir: internal/mock
outpkg: mock
filename: "{{ .PackageName }}_{{ .InterfaceName | snakecase }}.go"
mockname: "Mock{{ .PackageName | camelcase }}{{ .InterfaceName }}"
packages:
github.com/spacechunks/explorer/controlplane/authz:
interfaces:
AccessEvaluator:
github.com/spacechunks/explorer/api/platformd/checkpoint/v1alpha1:
interfaces:
CheckpointServiceClient:
github.com/spacechunks/explorer/controlplane/node:
interfaces:
Repository:
github.com/spacechunks/explorer/controlplane/job:
interfaces:
Client:
github.com/spacechunks/explorer/internal/image:
interfaces:
Service:
github.com/spacechunks/explorer/controlplane/blob:
interfaces:
S3Store:
github.com/spacechunks/explorer/platformd/proxy/xds:
interfaces:
Map:
github.com/spacechunks/explorer/cni:
interfaces:
Handler:
github.com/spacechunks/explorer/platformd/cri:
interfaces:
Service:
github.com/spacechunks/explorer/platformd/status:
interfaces:
Store:
github.com/spacechunks/explorer/platformd/workload:
interfaces:
Service:
github.com/spacechunks/explorer/controlplane/chunk:
interfaces:
Repository:
github.com/spacechunks/explorer/api/instance/v1alpha1:
interfaces:
InstanceServiceClient:
github.com/spacechunks/explorer/api/platformd/proxy/v1alpha1:
interfaces:
ProxyServiceClient:
github.com/spacechunks/explorer/api/platformd/workload/v1alpha2:
interfaces:
WorkloadServiceClient:
k8s.io/cri-api/pkg/apis/runtime/v1:
interfaces:
RuntimeServiceClient:
ImageServiceClient:
github.com/envoyproxy/go-control-plane/pkg/cache/v3:
interfaces:
SnapshotCache: