-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.mockery.yml
More file actions
56 lines (55 loc) · 1.31 KB
/
.mockery.yml
File metadata and controls
56 lines (55 loc) · 1.31 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
# Copyright (c) Codesphere Inc.
# SPDX-License-Identifier: Apache-2.0
all: false
dir: "{{.InterfaceDir}}"
force-file-write: true
filename: "mocks.go"
formatter: gofmt
log-level: info
structname: "{{.Mock}}{{.InterfaceName}}"
pkgname: "{{.SrcPackageName}}"
recursive: false
require-template-schema-exists: true
template: testify
template-schema: "{{.Template}}.schema.json"
packages:
github.com/codesphere-cloud/oms/internal/bootstrap/gcp:
config:
all: true
interfaces:
github.com/codesphere-cloud/oms/internal/env:
config:
all: true
interfaces:
github.com/codesphere-cloud/oms/internal/installer:
config:
all: true
interfaces:
github.com/codesphere-cloud/oms/internal/installer/node:
config:
all: true
interfaces:
github.com/codesphere-cloud/oms/internal/portal:
config:
all: true
interfaces:
github.com/codesphere-cloud/oms/internal/system:
config:
all: true
interfaces:
github.com/codesphere-cloud/oms/internal/util:
config:
all: true
interfaces:
github.com/codesphere-cloud/oms/internal/version:
config:
all: true
interfaces:
github.com/codesphere-cloud/oms/cli/cmd:
config:
all: true
interfaces:
github.com/codesphere-cloud/oms/pkg/codesphere:
config:
all: true
interfaces: