alby-hub/.mockery.yaml
Roland 595361df27
feat: read only JWT for http api use (#1717)
* feat: read only JWT for http api use

* fix: pass permission to start and unlock endpoints

* chore: add http service JWT tests

* chore: update mocks

* fix: close db in tests
2025-09-19 13:07:10 +07:00

24 lines
538 B
YAML

filename: "{{.InterfaceName}}.go"
dir: tests/mocks
pkgname: mocks
template: testify
packages:
github.com/getAlby/hub/config:
interfaces:
Config: {}
github.com/getAlby/hub/lnclient:
interfaces:
LNClient: {}
github.com/getAlby/hub/service:
interfaces:
Service: {}
github.com/getAlby/hub/service/keys:
interfaces:
Keys: {}
github.com/getAlby/hub/alby:
interfaces:
AlbyService: {}
AlbyOAuthService: {}
github.com/getAlby/hub/events:
interfaces:
EventPublisher: {}