mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-24 04:58:31 -05:00
Merge pull request #8 from opencloud-eu/renaming-mockery
adjust mockery and protogen configs for new name
This commit is contained in:
@@ -3,12 +3,12 @@ filename: "{{.InterfaceName | snakecase }}.go"
|
||||
mockname: "{{.InterfaceName}}"
|
||||
outpkg: "mocks"
|
||||
packages:
|
||||
github.com/owncloud/ocis/v2/services/proxy/pkg/user/backend:
|
||||
github.com/opencloud-eu/opencloud/services/proxy/pkg/user/backend:
|
||||
config:
|
||||
dir: "pkg/user/backend/mocks"
|
||||
interfaces:
|
||||
UserBackend:
|
||||
github.com/owncloud/ocis/v2/services/proxy/pkg/userroles:
|
||||
github.com/opencloud-eu/opencloud/services/proxy/pkg/userroles:
|
||||
config:
|
||||
dir: "pkg/userroles/mocks"
|
||||
interfaces:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Code generated by mockery v2.40.2. DO NOT EDIT.
|
||||
// Code generated by mockery v2.43.2. DO NOT EDIT.
|
||||
|
||||
package mocks
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Code generated by mockery v2.40.2. DO NOT EDIT.
|
||||
// Code generated by mockery v2.43.2. DO NOT EDIT.
|
||||
|
||||
package mocks
|
||||
|
||||
|
||||
Reference in New Issue
Block a user