Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Form ¶
Form creates a custom form struct that embeds a url.Values object and holds validation errors.
func (*Form) IsEmail ¶
IsEmail checks if a form field contains a valid email address using the govalidator package.
func (*Form) MinLength ¶
MinLength checks if a string form field meets the minimum length requirement.
Click to show internal directories.
Click to hide internal directories.