Commit 243ed59
committed
pw: simplify VersionFlag type
VersionFlag does not need to be a string with custom Decode and
IsBool methods. A plain bool type is sufficient since kong
handles bool flags natively and BeforeReset fires before any
validation.
Signed-off-by: Robin Jarry <robin@jarry.cc>1 parent ae2c3fe commit 243ed59
1 file changed
Lines changed: 1 addition & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
| 61 | + | |
70 | 62 | | |
71 | 63 | | |
72 | 64 | | |
| |||
0 commit comments