blob: ae8cc82cda2f3f2a616e9f1cab277b6ec1bbd79d (
plain)
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
|
# Copyright 2025 syzkaller project authors. All rights reserved.
# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
dir: "{{.InterfaceDir}}/mocks"
pkgname: "mocks"
structname: "{{.InterfaceName}}"
filename: "{{.InterfaceName}}.go"
packages:
github.com/google/syzkaller/pkg/gcs:
interfaces:
Client:
github.com/google/syzkaller/pkg/covermerger:
interfaces:
FileVersProvider:
github.com/google/syzkaller/pkg/coveragedb/spannerclient:
config:
dir: "{{.InterfaceDir}}/../mocks"
interfaces:
SpannerClient:
ReadOnlyTransaction:
RowIterator:
Row:
github.com/google/syzkaller/pkg/rpcserver:
interfaces:
Manager:
github.com/google/syzkaller/vm/proxyapp/proxyrpc:
config:
dir: "{{.InterfaceDir}}/../mocks"
interfaces:
ProxyAppInterface:
github.com/google/syzkaller/vm/proxyapp:
config:
structname: "SubProcessCmd"
interfaces:
subProcessCmd:
|