-
-
Notifications
You must be signed in to change notification settings - Fork 290
Expand file tree
/
Copy path.mockery.yml
More file actions
46 lines (46 loc) · 1.36 KB
/
.mockery.yml
File metadata and controls
46 lines (46 loc) · 1.36 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
dir: "{{.InterfaceDir}}"
structname: Mock{{.InterfaceName}}
pkgname: "{{.SrcPackageName}}"
filename: "{{.SrcPackageName}}_mock.go"
template: testify
packages:
go.flipt.io/flipt/internal/server/environments:
interfaces:
Environment: {}
go.flipt.io/flipt/internal/server/evaluation:
interfaces:
EnvironmentStore: {}
go.flipt.io/flipt/internal/storage:
interfaces:
ReadOnlyStore: {}
go.flipt.io/flipt/internal/server/analytics/prometheus:
interfaces:
PrometheusClient: {}
go.flipt.io/flipt/internal/server/analytics:
interfaces:
Client: {}
go.flipt.io/flipt/internal/coss/storage/environments/git/github:
interfaces:
PullRequestsService: {}
RepositoriesService: {}
go.flipt.io/flipt/internal/coss/storage/environments/git/gitea:
interfaces:
Client: {}
go.flipt.io/flipt/internal/coss/storage/environments/git/gitlab:
interfaces:
MergeRequestsService: {}
RepositoriesService: {}
go.flipt.io/flipt/internal/coss/storage/environments/git/azure:
interfaces:
Client: {}
go.flipt.io/flipt/internal/coss/storage/environments/git/bitbucket:
interfaces:
PullRequestsService: {}
CommitsService: {}
go.flipt.io/flipt/internal/coss/license:
interfaces:
Manager: {}
go.flipt.io/flipt/internal/secrets:
interfaces:
Provider: {}
Manager: {}