.mockery.yaml raw
1 filename: "{{.InterfaceName}}.go"
2 dir: tests/mocks
3 pkgname: mocks
4 template: testify
5 packages:
6 github.com/getAlby/hub/config:
7 interfaces:
8 Config: {}
9 github.com/getAlby/hub/lnclient:
10 interfaces:
11 LNClient: {}
12 github.com/getAlby/hub/service:
13 interfaces:
14 Service: {}
15 github.com/getAlby/hub/service/keys:
16 interfaces:
17 Keys: {}
18 github.com/getAlby/hub/alby:
19 interfaces:
20 AlbyService: {}
21 AlbyOAuthService: {}
22 github.com/getAlby/hub/events:
23 interfaces:
24 EventPublisher: {}
25