Files
QSfera/Server/services/proxy/.mockery.yaml
Курнат Андрей 2315f25754 Initial QSfera import
2026-06-07 10:20:04 +03:00

20 lines
516 B
YAML

# maintain v2 separate mocks dir
dir: "{{.InterfaceDir}}/mocks"
structname: "{{.InterfaceName}}"
filename: "{{.InterfaceName | snakecase }}.go"
pkgname: mocks
template: testify
packages:
github.com/qsfera/server/services/proxy/pkg/user/backend:
interfaces:
UserBackend: {}
github.com/qsfera/server/services/proxy/pkg/userroles:
interfaces:
UserRoleAssigner: {}
go-micro.dev/v4/store:
config:
dir: pkg/staticroutes/internal/backchannellogout/mocks
interfaces:
Store: {}