package
Version:
v2.6.0
Opens a new window with list of versions in this module.
Published: Nov 6, 2024
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package form provides helpers to work with form validation.
type Form struct {
url.Values
Errors errors
}
New initializes a form struct.
Has checks if form field is in post and not empty.
IsEmail checks for valid email address.
MaxLength checks for string maximum length.
MinLength checks for string minimum length.
Required checks for required fields.
Valid returns true if no errors.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.