-
Notifications
You must be signed in to change notification settings - Fork 81
/
Copy path.mockery.yaml
17 lines (17 loc) · 949 Bytes
/
.mockery.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
with-expecter: true
disable-version-string: true
dir: internal/mocks/translation
outpkg: translation
filename: "{{ .InterfaceName | snakecase }}.go"
mockname: "{{.InterfaceName}}Mock"
all: true
packages:
github.com/mongodb/mongodb-atlas-kubernetes/v2/internal/translation/ipaccesslist:
github.com/mongodb/mongodb-atlas-kubernetes/v2/internal/translation/project:
github.com/mongodb/mongodb-atlas-kubernetes/v2/internal/translation/dbuser:
github.com/mongodb/mongodb-atlas-kubernetes/v2/internal/translation/deployment:
github.com/mongodb/mongodb-atlas-kubernetes/v2/internal/translation/customroles:
github.com/mongodb/mongodb-atlas-kubernetes/v2/internal/translation/datafederation:
github.com/mongodb/mongodb-atlas-kubernetes/v2/internal/translation/teams:
github.com/mongodb/mongodb-atlas-kubernetes/v2/internal/translation/privateendpoint:
github.com/mongodb/mongodb-atlas-kubernetes/v2/internal/translation/maintenancewindow: