mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
* 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
24 lines
538 B
YAML
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: {}
|