We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f41d5d commit 58bf4b3Copy full SHA for 58bf4b3
utils/env/env.go
@@ -38,39 +38,39 @@ var ENV ENV_ = ENV_{
38
MESSAGE_ALIASES: []middlewares.MessageAlias{
39
{
40
Alias: "msg",
41
- Priority: 100,
+ Score: 100,
42
},
43
44
Alias: "content",
45
- Priority: 99,
+ Score: 99,
46
47
48
Alias: "description",
49
- Priority: 98,
+ Score: 98,
50
51
52
Alias: "text",
53
- Priority: 20,
+ Score: 20,
54
55
56
Alias: "body",
57
- Priority: 15,
+ Score: 15,
58
59
60
Alias: "summary",
61
- Priority: 10,
+ Score: 10,
62
63
64
Alias: "details",
65
- Priority: 9,
+ Score: 9,
66
67
68
Alias: "payload",
69
- Priority: 2,
+ Score: 2,
70
71
72
Alias: "data",
73
- Priority: 1,
+ Score: 1,
74
75
76
}
0 commit comments