Basic (rest) structure for page & record/module attachments
This commit is contained in:
@@ -98,6 +98,7 @@ $parsers = array(
|
||||
"uint64" => "parseUInt64",
|
||||
"[]uint64" => "parseUInt64A",
|
||||
"int" => "parseInt",
|
||||
"uint" => "parseUint",
|
||||
"bool" => "parseBool",
|
||||
"sqlxTypes.JSONText" => "parseJSONTextWithErr",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user