Documentation
¶
Overview ¶
With WebFromParser you can parse a HTML form that you get with a POST request into a Go struct. For more information take a look at https://codeberg.org/JakobDev/WebFromParser
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsErrParseStructTag ¶
IsErrParseStructTag returns if the error is a ErrParseStructTag
func IsErrParseValue ¶
IsErrParseValue returns if the error is a ErrParseValue
func IsErrUnsupportedType ¶
IsErrUnsupportedType returns if the error is a ErrUnsupportedType
Types ¶
type ErrParseStructTag ¶
func (ErrParseStructTag) Error ¶
func (err ErrParseStructTag) Error() string
type ErrUnsupportedType ¶
type ErrUnsupportedType struct {
FieldName string
}
func (ErrUnsupportedType) Error ¶
func (err ErrUnsupportedType) Error() string
Click to show internal directories.
Click to hide internal directories.