mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 12:19:37 -06:00
10 lines
246 B
YAML
10 lines
246 B
YAML
with-expecter: true
|
|
filename: "{{.InterfaceName | snakecase }}.go"
|
|
dir: "{{.PackageName}}/mocks"
|
|
mockname: "{{.InterfaceName}}"
|
|
outpkg: "mocks"
|
|
packages:
|
|
github.com/opencloud-eu/opencloud/pkg/oidc:
|
|
interfaces:
|
|
OIDCClient:
|