Documentation
¶
Index ¶
- type Form
- func (f *Form) Has(field string) bool
- func (f *Form) IsCron(field string)
- func (f *Form) IsEmail(field string)
- func (f *Form) MinLength(field string, length int) bool
- func (f *Form) PasswordConfirmation(password string, passwordConfirmation string)
- func (f *Form) Required(fields ...string)
- func (f *Form) Valid() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Form ¶
Form creates a custom form struct, embeds a url.Values object
func (*Form) PasswordConfirmation ¶
Click to show internal directories.
Click to hide internal directories.