-
Notifications
You must be signed in to change notification settings - Fork 738
Expand file tree
/
Copy path.mockery.yaml
More file actions
77 lines (77 loc) · 2.37 KB
/
.mockery.yaml
File metadata and controls
77 lines (77 loc) · 2.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
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
with-expecter: true
disable-version-string: True
outpkg: "mock{{.PackageName}}"
mockname: "Mock{{.InterfaceName}}"
filename: "mock_{{.InterfaceName | snakecase}}.go"
dir: "pkg/test/mocks/mock{{.PackageName}}"
packages:
github.com/grafana/pyroscope/v2/pkg/objstore:
interfaces:
Bucket:
github.com/grafana/pyroscope/api/gen/proto/go/metastore/v1:
interfaces:
IndexServiceClient:
IndexServiceServer:
CompactionServiceClient:
CompactionServiceServer:
MetadataQueryServiceClient:
MetadataQueryServiceServer:
TenantServiceClient:
TenantServiceServer:
github.com/grafana/pyroscope/api/gen/proto/go/querier/v1/querierv1connect:
interfaces:
QuerierServiceClient:
github.com/grafana/pyroscope/v2/pkg/frontend:
interfaces:
Limits:
github.com/grafana/pyroscope/v2/pkg/frontend/readpath/queryfrontend:
interfaces:
QueryBackend:
Symbolizer:
github.com/grafana/pyroscope/v2/pkg/ingester/otlp:
interfaces:
PushService:
github.com/grafana/pyroscope/v2/pkg/ingester/pyroscope:
interfaces:
PushService:
github.com/grafana/pyroscope/v2/pkg/metastore/compaction/compactor:
interfaces:
BlockQueueStore:
Tombstones:
github.com/grafana/pyroscope/v2/pkg/metastore/compaction/scheduler:
interfaces:
JobStore:
github.com/grafana/pyroscope/v2/pkg/metastore/discovery:
interfaces:
Discovery:
github.com/grafana/pyroscope/v2/pkg/metastore/index:
interfaces:
Store:
github.com/grafana/pyroscope/v2/pkg/metastore/index/dlq:
interfaces:
Metastore:
github.com/grafana/pyroscope/v2/pkg/segmentwriter/client/distributor/placement:
interfaces:
Placement:
github.com/grafana/pyroscope/v2/pkg/segmentwriter/client/distributor/placement/adaptiveplacement:
interfaces:
Store:
github.com/grafana/pyroscope/v2/pkg/distributor/writepath:
interfaces:
SegmentWriterClient:
IngesterClient:
github.com/grafana/pyroscope/v2/pkg/metastore/raftnode/raftnodepb:
interfaces:
RaftNodeServiceClient:
RaftNodeServiceServer:
github.com/grafana/pyroscope/v2/pkg/metrics:
interfaces:
Exporter:
Ruler:
github.com/grafana/pyroscope/v2/pkg/frontend/vcs/client:
interfaces:
repositoryService:
github.com/grafana/pyroscope/v2/pkg/symbolizer:
interfaces:
DebuginfodClient:
DebugInfoStore: