forked from kptdev/porch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.mockery.yaml
More file actions
47 lines (41 loc) · 1.3 KB
/
Copy path.mockery.yaml
File metadata and controls
47 lines (41 loc) · 1.3 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
template: testify
template-data:
unroll-variadic: true
filename: "mock_{{ .InterfaceName }}.go"
dir: "test/mockery/mocks/porch/{{.InterfaceDirRelative}}"
packages:
sigs.k8s.io/controller-runtime/pkg/client:
interfaces:
Client:
config:
dir: "test/mockery/mocks/external/sigs.k8s.io/controller-runtime/pkg/client"
Reader:
config:
dir: "test/mockery/mocks/external/sigs.k8s.io/controller-runtime/pkg/client"
SubResourceWriter:
config:
dir: "test/mockery/mocks/external/sigs.k8s.io/controller-runtime/pkg/client"
WithWatch:
config:
dir: "test/mockery/mocks/external/sigs.k8s.io/controller-runtime/pkg/client"
github.com/nephio-project/porch/pkg/cache/crcache/meta:
interfaces:
MetadataStore: {}
github.com/nephio-project/porch/pkg/cache/dbcache:
interfaces:
dbSQLInterface:
config:
structname: "MockdbSQLInterface"
github.com/nephio-project/porch/pkg/cache/types:
interfaces:
Cache: {}
RepoPRChangeNotifier: {}
github.com/nephio-project/porch/pkg/repository:
interfaces:
Repository: {}
PackageRevision: {}
PackageRevisionDraft: {}
github.com/nephio-project/porch/pkg/engine:
interfaces:
CaDEngine: {}
WatcherManager: {}