Documentation ¶
Index ¶
- func IsEmpty(value interface{}) bool
- type Validation
- type Validator
- func (v *Validator) EqualToField(field string, value interface{}, toEqualField string, toEqualValue interface{}) bool
- func (v *Validator) IsEmail(field, email string) bool
- func (v *Validator) IsValid() bool
- func (v *Validator) MinLength(field, value string, high int) bool
- func (v *Validator) Required(field string, value interface{}) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Validation ¶
type Validator ¶
func (*Validator) EqualToField ¶
Click to show internal directories.
Click to hide internal directories.