mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-07-13 09:02:09 -04: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.
24 lines
823 B
YAML
24 lines
823 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/protogen/gen/opencloud/services/eventhistory/v0:
|
|
interfaces:
|
|
EventHistoryService: {}
|
|
github.com/opencloud-eu/opencloud/protogen/gen/opencloud/services/policies/v0:
|
|
interfaces:
|
|
PoliciesProviderService: {}
|
|
github.com/opencloud-eu/opencloud/protogen/gen/opencloud/services/search/v0:
|
|
interfaces:
|
|
SearchProviderService: {}
|
|
github.com/opencloud-eu/opencloud/protogen/gen/opencloud/services/settings/v0:
|
|
interfaces:
|
|
ValueService: {}
|
|
github.com/opencloud-eu/opencloud/protogen/gen/opencloud/services/thumbnails/v0:
|
|
interfaces:
|
|
ThumbnailService: {}
|