-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest.json
More file actions
48 lines (48 loc) · 788 Bytes
/
test.json
File metadata and controls
48 lines (48 loc) · 788 Bytes
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
{
"CtxPkgPath": "lib",
"CtxPkgName": "lib",
"CtxParamName": "ctx",
"CtxParamType": "Context",
"CtxParamInvalid": "Background()",
"LibPkgPath": "lib",
"LibPkgName": "lib",
"LibFns": [
{
"Name": "A",
"NewName": "CtxA"
},
{
"Name": "B",
"NewName": "CtxB"
},
{
"Name": "C",
"NewName": "CtxC",
"ArgPos": 1
},
{
"Name": "D",
"NewName": "CtxD",
"ArgPos": 2
},
{
"Name": "E",
"NewName": "CtxE",
"ArgPos": -1
},
{
"Name": "F",
"Recv": {
"PkgPath": "lib",
"PkgName": "lib",
"Type": "*Rec"
},
"NewName": "CtxF"
},
{
"Name": "G",
"NewName": "CtxG",
"CtxExpr": "lib.Copy(ctx)"
}
]
}