Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Form ¶
Form is a type holding a genaral form struct including an url.Values object
func (*Form) Has ¶
Has checks for the existence of a form field in the post and ensures is not empty
func (*Form) IsEmail ¶ added in v1.0.69
IsEmail checks if the value of a field is a valid email address
func (*Form) MinLength ¶ added in v1.0.69
MinLength returns false if the field value is shorter than a given length, otherwise true
Click to show internal directories.
Click to hide internal directories.