forked from elastic/elastic-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.mockery.yaml
More file actions
43 lines (43 loc) · 1.37 KB
/
.mockery.yaml
File metadata and controls
43 lines (43 loc) · 1.37 KB
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
structname: '{{.Mock}}{{.InterfaceName | firstUpper}}'
pkgname: '{{.SrcPackageName}}'
template: testify
filename: mocks.go
template-data:
unroll-variadic: true
packages:
github.com/elastic/elastic-agent/internal/pkg/agent/application:
interfaces:
rollbacksSource: {}
github.com/elastic/elastic-agent/internal/pkg/agent/application/actions/handlers:
interfaces:
Uploader: {}
diagnosticsProvider: {}
logLevelSetter: {}
upgradeCoordinator: {}
github.com/elastic/elastic-agent/internal/pkg/agent/application/info:
interfaces:
Agent: {}
github.com/elastic/elastic-agent/internal/pkg/agent/application/gateway/fleet:
interfaces:
rollbacksSource: {}
github.com/elastic/elastic-agent/internal/pkg/agent/application/upgrade:
interfaces:
WatcherHelper: {}
watcherGrappler: {}
availableRollbacksSource: {}
github.com/elastic/elastic-agent/internal/pkg/agent/cmd:
interfaces:
agentWatcher: {}
installationModifier: {}
github.com/elastic/elastic-agent/internal/pkg/agent/storage:
interfaces:
Storage: {}
github.com/elastic/elastic-agent/internal/pkg/fleetapi/acker:
interfaces:
Acker: {}
github.com/elastic/elastic-agent/internal/pkg/fleetapi/client:
interfaces:
Sender: {}
github.com/elastic/elastic-agent/pkg/control/v2/client:
interfaces:
Client: {}