mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-28 23:09:46 -05:00
07860ef8e7
* Fix mockery setup for graph service Add missing interfaces to .mockery.yaml. Use existing mocks from protogen where possible. Remove remaining //go:generate call. * Add mockery config for settings service * Add mockery config for proxy service
11 lines
281 B
YAML
11 lines
281 B
YAML
with-expecter: true
|
|
filename: "{{.InterfaceName | snakecase }}.go"
|
|
mockname: "{{.InterfaceName}}"
|
|
outpkg: "mocks"
|
|
packages:
|
|
github.com/owncloud/ocis/v2/services/settings/pkg/settings:
|
|
config:
|
|
dir: "pkg/settings/mocks"
|
|
interfaces:
|
|
Manager:
|