mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 12:19:37 -06:00
Maintaining the positioning of the files from v2 to reduce cognitive
load.
Indentation of yaml files now matches `.editorconfig`.
All mock files regenerated.
Added empty `{}` following convention from `mockery init` etc.
Removed directory specification where it would already match.
15 lines
404 B
YAML
15 lines
404 B
YAML
# maintain v2 separate mocks dir
|
|
dir: "{{.InterfaceDir}}/mocks"
|
|
structname: "{{.InterfaceName}}"
|
|
filename: "{{.InterfaceName | snakecase }}.go"
|
|
pkgname: mocks
|
|
|
|
template: testify
|
|
packages:
|
|
github.com/opencloud-eu/opencloud/services/proxy/pkg/user/backend:
|
|
interfaces:
|
|
UserBackend: {}
|
|
github.com/opencloud-eu/opencloud/services/proxy/pkg/userroles:
|
|
interfaces:
|
|
UserRoleAssigner: {}
|