-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mockery.yaml
50 lines (45 loc) · 1.34 KB
/
.mockery.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
with-expecter: true
outpkg: "{{.PackageName}}_mocks"
packages:
github.com/infinimesh/infinimesh/pkg/shared/auth:
interfaces:
JWTHandler:
AuthInterceptor:
github.com/infinimesh/infinimesh/pkg/sessions:
interfaces:
SessionsHandler:
github.com/infinimesh/infinimesh/pkg/graph:
interfaces:
InfinimeshCommonActionsRepo:
# ProtoBuf Packages
github.com/infinimesh/proto/node:
interfaces:
AccountsServiceClient:
DevicesServiceClient:
NamespacesServiceClient:
SessionsServiceClient:
ShadowServiceClient:
InternalServiceClient:
github.com/infinimesh/proto/shadow:
interfaces:
ShadowServiceClient:
ShadowService_StreamShadowServer:
github.com/infinimesh/proto/plugins:
interfaces:
PluginsServiceClient:
github.com/infinimesh/proto/handsfree:
interfaces:
HandsfreeServiceClient:
# Foreign Packages
github.com/go-redis/redis/v8:
interfaces:
UniversalClient:
Cmdable:
github.com/arangodb/go-driver:
interfaces:
Database:
Collection:
Cursor:
github.com/infinimesh/infinimesh/pkg/pubsub:
interfaces:
PubSub: