Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseFormToStruct ¶
ParseFormToStruct parses r.Form (URL query + body form) into dest, using each field's `json:"name"` tag for lookup. Fields without a json tag fall back to the field name (case-sensitive). Supported types: string, all signed ints, and time.Time (via common layouts above). Pointer fields to these types are also supported. dest must be a pointer to a struct.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.