forked from jaegertracing/jaeger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mockery.yaml
83 lines (83 loc) · 2.55 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
dir: '{{.InterfaceDir}}/mocks/'
structname: '{{.InterfaceName}}'
pkgname: mocks
template: testify
filename: mocks.go
template-data:
boilerplate-file: .mockery.header.txt
packages:
github.com/jaegertracing/jaeger/cmd/collector/app/sanitizer/cache:
interfaces:
ServiceAliasMappingExternalSource: {}
ServiceAliasMappingStorage: {}
github.com/jaegertracing/jaeger/cmd/ingester/app/consumer:
interfaces:
Message: {}
github.com/jaegertracing/jaeger/cmd/ingester/app/processor:
interfaces:
SpanProcessor: {}
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
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/kafka/consumer:
interfaces:
Consumer: {}
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/v1/elasticsearch/spanstore:
interfaces:
CoreSpanReader: {}
CoreSpanWriter: {}
github.com/jaegertracing/jaeger/internal/storage/v1/grpc/shared:
interfaces:
PluginCapabilities: {}
github.com/jaegertracing/jaeger/internal/storage/v1/kafka:
interfaces:
Marshaller: {}
Unmarshaller: {}
github.com/jaegertracing/jaeger/internal/storage/v2/api/depstore:
config:
all: true
github.com/jaegertracing/jaeger/internal/storage/v2/api/tracestore:
config:
all: true