Documentation
¶
Index ¶
- type Errors
- type Validator
- func (v *Validator) Email(field, value string) *Validator
- func (v *Validator) In(field, value string, allowed ...string) *Validator
- func (v *Validator) Integer(field, value string) *Validator
- func (v *Validator) MaxLength(field, value string, max int) *Validator
- func (v *Validator) MinLength(field, value string, min int) *Validator
- func (v *Validator) Required(field, value string) *Validator
- func (v *Validator) SafeText(field, value string) *Validator
- func (v *Validator) Slug(field, value string) *Validator
- func (v *Validator) URL(field, value string) *Validator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.