forked from argoproj/argo-workflows
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.mockery.yaml
More file actions
36 lines (34 loc) · 1.06 KB
/
.mockery.yaml
File metadata and controls
36 lines (34 loc) · 1.06 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
dir: '{{.InterfaceDir}}/mocks'
structname: '{{.InterfaceName}}'
filename: "{{.InterfaceName}}.go"
pkgname: mocks
template-data:
unroll-variadic: true
packages:
github.com/argoproj/argo-workflows/v4/persist/sqldb:
interfaces:
WorkflowArchive: {}
github.com/argoproj/argo-workflows/v4/pkg/apiclient/workflow:
interfaces:
WorkflowServiceClient: {}
github.com/argoproj/argo-workflows/v4/pkg/apiclient/workflowtemplate:
interfaces:
WorkflowTemplateServiceClient: {}
github.com/argoproj/argo-workflows/v4/server/auth:
interfaces:
Gatekeeper: {}
github.com/argoproj/argo-workflows/v4/server/auth/sso:
interfaces:
Interface: {}
github.com/argoproj/argo-workflows/v4/workflow/artifactrepositories:
interfaces:
Interface: {}
github.com/argoproj/argo-workflows/v4/workflow/executor:
interfaces:
ContainerRuntimeExecutor: {}
github.com/argoproj/argo-workflows/v4/workflow/sync:
interfaces:
Throttler: {}
github.com/argoproj/argo-workflows/v4/util/sync/db:
interfaces:
SyncQueries: {}