-
Notifications
You must be signed in to change notification settings - Fork 7
/
.mockery.yaml
32 lines (32 loc) · 986 Bytes
/
.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
with-expecter: True
inpackage: False
dir: "{{.InterfaceDir}}/mocks"
mockname: "Mock{{.InterfaceName}}"
outpkg: "mocks"
filename: "{{.InterfaceName | lower}}_mock.go"
packages:
github.com/epam/edp-codebase-operator/v2/controllers/cdstagedeploy/chain:
interfaces:
CDStageDeployHandler:
github.com/epam/edp-codebase-operator/v2/controllers/codebase/service/chain/handler:
interfaces:
CodebaseHandler:
github.com/epam/edp-codebase-operator/v2/pkg/client/jira:
interfaces:
Client:
github.com/epam/edp-codebase-operator/v2/pkg/gerrit:
interfaces:
Client:
github.com/epam/edp-codebase-operator/v2/pkg/git:
interfaces:
Git:
Command:
github.com/epam/edp-codebase-operator/v2/pkg/gitprovider:
interfaces:
GitProjectProvider:
github.com/epam/edp-codebase-operator/v2/pkg/tektoncd:
interfaces:
TriggerTemplateManager:
github.com/epam/edp-codebase-operator/v2/pkg/autodeploy:
interfaces:
Manager: