forked from jaegertracing/jaeger
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.mockery.yaml
More file actions
70 lines (70 loc) · 2.11 KB
/
.mockery.yaml
File metadata and controls
70 lines (70 loc) · 2.11 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
dir: '{{.InterfaceDir}}/mocks/'
structname: '{{.InterfaceName}}'
pkgname: mocks
template: testify
filename: mocks.go
template-data:
boilerplate-file: .mockery.header.txt
packages:
github.com/jaegertracing/jaeger/crossdock/services:
interfaces:
CollectorService: {}
QueryService: {}
github.com/jaegertracing/jaeger/internal/distributedlock:
config:
all: true
github.com/jaegertracing/jaeger/internal/leaderelection:
config:
all: true
github.com/jaegertracing/jaeger/internal/proto-gen/storage_v1:
config:
all: true
include-auto-generated: true
github.com/jaegertracing/jaeger/internal/storage/cassandra:
config:
template-data:
unroll-variadic: false
interfaces:
Iterator: {}
Query: {}
Session: {}
github.com/jaegertracing/jaeger/internal/storage/elasticsearch:
config:
all: true
github.com/jaegertracing/jaeger/internal/storage/elasticsearch/client:
config:
all: true
github.com/jaegertracing/jaeger/internal/storage/v1:
config:
all: true
github.com/jaegertracing/jaeger/internal/storage/v1/api/dependencystore:
interfaces:
Reader: {}
github.com/jaegertracing/jaeger/internal/storage/v1/api/metricstore:
config:
all: true
github.com/jaegertracing/jaeger/internal/storage/v1/api/samplingstore:
config:
all: true
github.com/jaegertracing/jaeger/internal/storage/v1/api/spanstore:
config:
all: true
github.com/jaegertracing/jaeger/internal/storage/v2/elasticsearch/depstore:
interfaces:
CoreDependencyStore: {}
github.com/jaegertracing/jaeger/internal/storage/v2/elasticsearch/tracestore/core:
interfaces:
Reader: {}
Writer: {}
github.com/jaegertracing/jaeger/internal/storage/v1/grpc/shared:
interfaces:
PluginCapabilities: {}
github.com/jaegertracing/jaeger/internal/storage/v2/api/depstore:
config:
all: true
github.com/jaegertracing/jaeger/internal/storage/v2/api/tracestore:
config:
all: true
github.com/jaegertracing/jaeger/internal/storage/v1/cassandra/spanstore:
interfaces:
CoreSpanReader: {}