Documentation ¶
Index ¶
- type Form
- func (f *Form) Clear()
- func (f *Form) Email(field string)
- func (f *Form) MaxLength(field string, length int)
- func (f *Form) MaxValue(field string, maxValue int)
- func (f *Form) MinLength(field string, length int)
- func (f *Form) MinValue(field string, minValue int)
- func (f *Form) PasswordsMatch(field, repeatedField 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 ¶
func (*Form) PasswordsMatch ¶
Click to show internal directories.
Click to hide internal directories.