package
Version:
v0.0.0-...-ee44259
Opens a new window with list of versions in this module.
Published: Oct 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
¶
type Form struct {
url.Values
Errors errors
}
Form creates a custom form struct and embeds an url.Values object
New initializes a form struct
Has checks if form field is in post and is not empty
IsEmail checks for valid email address
MinLength checks for string minimum length
Required checks for required fields
Valid returns true if there are no errors
Source Files
¶
Click to show internal directories.
Click to hide internal directories.