-
Notifications
You must be signed in to change notification settings - Fork 1
/
input_file.json
49 lines (49 loc) · 937 Bytes
/
input_file.json
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
{
"go": {
"versions": ">= 1.12",
"fields": {
"runtime.g": [
"goid"
],
"net/http.Request": [
"Method",
"URL",
"RemoteAddr",
"ctx"
],
"net/url.URL": [
"Path"
]
}
},
"google.golang.org/genproto": {
"branch": "main",
"packages": [
"google.golang.org/genproto/googleapis/rpc/status"
],
"fields": {
"google.golang.org/genproto/googleapis/rpc/status.Status": [
"Code"
]
}
},
"google.golang.org/grpc": {
"versions": ">= 1.3",
"fields": {
"google.golang.org/grpc/internal/transport.Stream": [
"method",
"id",
"ctx"
],
"google.golang.org/grpc.ClientConn": [
"target"
],
"golang.org/x/net/http2.MetaHeadersFrame": [
"Fields"
],
"golang.org/x/net/http2.FrameHeader": [
"StreamID"
]
}
}
}