-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.mockery.yaml
56 lines (50 loc) · 1.46 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
51
52
53
54
55
56
with-expecter: true
outpkg: "{{.PackageName}}_mocks"
packages:
github.com/infinimesh/proto/eventbus:
interfaces:
EventsServiceClient:
github.com/infinimesh/proto/eventbus/eventbusconnect:
interfaces:
EventsServiceClient:
github.com/infinimesh/proto/handsfree:
interfaces:
HandsfreeServiceClient:
github.com/infinimesh/proto/handsfree/handsfreeconnect:
interfaces:
HandsfreeServiceClient:
github.com/infinimesh/proto/node:
interfaces:
AccountsServiceClient:
DevicesServiceClient:
NamespacesServiceClient:
SessionsServiceClient:
ShadowServiceClient:
InternalServiceClient:
github.com/infinimesh/proto/node/nodeconnect:
interfaces:
AccountsServiceClient:
DevicesServiceClient:
NamespacesServiceClient:
SessionsServiceClient:
ShadowServiceClient:
InternalServiceClient:
github.com/infinimesh/proto/shadow:
interfaces:
ShadowServiceClient:
ShadowService_StreamShadowServer:
github.com/infinimesh/proto/shadow/shadowconnect:
interfaces:
ShadowServiceClient:
github.com/infinimesh/proto/plugins:
interfaces:
PluginsServiceClient:
github.com/infinimesh/proto/plugins/pluginsconnect:
interfaces:
PluginsServiceClient:
github.com/infinimesh/proto/timeseries:
interfaces:
TimeseriesServiceClient:
github.com/infinimesh/proto/timeseries/timeseriesconnect:
interfaces:
TimeseriesServiceClient: