Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsNotEmpty ¶
func IsValidTimeZone ¶
Types ¶
type IValidatedType ¶
type IValidatedType interface {
Validate() *Validator
}
type ValidatorFunc ¶
func IsGreaterThanFunc ¶
func IsGreaterThanFunc[T shared.IntType](value1 T) ValidatorFunc[T]
func IsGreaterThanOrEqualFunc ¶
func IsGreaterThanOrEqualFunc[T shared.IntType](value1 T) ValidatorFunc[T]
func IsLesserThanFunc ¶
func IsLesserThanFunc[T shared.IntType](value1 T) ValidatorFunc[T]
func IsLesserThanOrEqualFunc ¶
func IsLesserThanOrEqualFunc[T shared.IntType](value1 T) ValidatorFunc[T]
Click to show internal directories.
Click to hide internal directories.