Documentation
¶
Index ¶
- func FQDNValidator() func(string) error
- func IPValidator() func(string) error
- func IPv4Validator() func(string) error
- func IPv6Validator() func(string) error
- func Max(maxVal int) func(string) error
- func MaxLength(maxLen int) func(string) error
- func Min(minVal int) func(string) error
- func MinLength(minLen int) func(string) error
- func MultiRequired(name string) func([]string) error
- func RegexValidator(regex string) func(string) error
- func Required(name string, trim bool) func(string) error
- type Validator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FQDNValidator ¶
func IPValidator ¶
func IPv4Validator ¶
func IPv6Validator ¶
func MultiRequired ¶
func RegexValidator ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.