mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 12:19:37 -06:00
22 lines
780 B
YAML
22 lines
780 B
YAML
with-expecter: true
|
|
filename: "{{.InterfaceName | snakecase }}.go"
|
|
dir: "{{.InterfaceDir}}/mocks"
|
|
mockname: "{{.InterfaceName}}"
|
|
outpkg: "mocks"
|
|
packages:
|
|
github.com/owncloud/ocis/v2/protogen/gen/ocis/services/eventhistory/v0:
|
|
interfaces:
|
|
EventHistoryService:
|
|
github.com/owncloud/ocis/v2/protogen/gen/ocis/services/policies/v0:
|
|
interfaces:
|
|
PoliciesProviderService:
|
|
github.com/owncloud/ocis/v2/protogen/gen/ocis/services/search/v0:
|
|
interfaces:
|
|
SearchProviderService:
|
|
github.com/owncloud/ocis/v2/protogen/gen/ocis/services/settings/v0:
|
|
interfaces:
|
|
ValueService:
|
|
github.com/owncloud/ocis/v2/protogen/gen/ocis/services/thumbnails/v0:
|
|
interfaces:
|
|
ThumbnailService:
|