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.
14 lines
322 B
YAML
14 lines
322 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/pkg/keycloak:
|
|
config:
|
|
dir: pkg/backends/keycloak/mocks
|
|
interfaces:
|
|
Client: {}
|