Documentation
¶
Index ¶
- func Between(min, max time.Time) yav.ValidateFunc[time.Time]
- func ExcludedIf(conditionString string, condition bool) yav.ValidateFunc[time.Time]
- func ExcludedUnless(conditionString string, condition bool) yav.ValidateFunc[time.Time]
- func ExcludedWithAll() accumulators.ExcludedWithAll[time.Time]
- func ExcludedWithAny() accumulators.ExcludedWithAny[time.Time]
- func ExcludedWithoutAll() accumulators.ExcludedWithoutAll[time.Time]
- func ExcludedWithoutAny() accumulators.ExcludedWithoutAny[time.Time]
- func GreaterThan(parameter time.Time) yav.ValidateFunc[time.Time]
- func GreaterThanNamed(name string, parameter time.Time) yav.ValidateFunc[time.Time]
- func GreaterThanOrEqual(parameter time.Time) yav.ValidateFunc[time.Time]
- func GreaterThanOrEqualNamed(name string, parameter time.Time) yav.ValidateFunc[time.Time]
- func LessThan(parameter time.Time) yav.ValidateFunc[time.Time]
- func LessThanNamed(name string, parameter time.Time) yav.ValidateFunc[time.Time]
- func LessThanOrEqual(parameter time.Time) yav.ValidateFunc[time.Time]
- func LessThanOrEqualNamed(name string, parameter time.Time) yav.ValidateFunc[time.Time]
- func Max(parameter time.Time) yav.ValidateFunc[time.Time]
- func Min(parameter time.Time) yav.ValidateFunc[time.Time]
- func OmitEmpty(_ string, value time.Time) (stop bool, err error)
- func Required(name string, value time.Time) (stop bool, err error)
- func RequiredIf(conditionString string, condition bool) yav.ValidateFunc[time.Time]
- func RequiredUnless(conditionString string, condition bool) yav.ValidateFunc[time.Time]
- func RequiredWithAll() accumulators.RequiredWithAll[time.Time]
- func RequiredWithAny() accumulators.RequiredWithAny[time.Time]
- func RequiredWithoutAll() accumulators.RequiredWithoutAll[time.Time]
- func RequiredWithoutAny() accumulators.RequiredWithoutAny[time.Time]
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExcludedIf ¶ added in v0.9.4
func ExcludedUnless ¶ added in v0.9.4
func ExcludedWithAll ¶ added in v0.9.4
func ExcludedWithAll() accumulators.ExcludedWithAll[time.Time]
func ExcludedWithAny ¶ added in v0.9.4
func ExcludedWithAny() accumulators.ExcludedWithAny[time.Time]
func ExcludedWithoutAll ¶ added in v0.9.4
func ExcludedWithoutAll() accumulators.ExcludedWithoutAll[time.Time]
func ExcludedWithoutAny ¶ added in v0.9.4
func ExcludedWithoutAny() accumulators.ExcludedWithoutAny[time.Time]
func GreaterThan ¶ added in v0.8.5
func GreaterThanNamed ¶ added in v0.8.5
func GreaterThanOrEqual ¶ added in v0.8.5
func GreaterThanOrEqualNamed ¶ added in v0.8.5
func LessThanNamed ¶ added in v0.8.5
func LessThanOrEqual ¶ added in v0.8.5
func LessThanOrEqualNamed ¶ added in v0.8.5
func RequiredIf ¶ added in v0.9.0
func RequiredUnless ¶ added in v0.9.0
func RequiredWithAll ¶ added in v0.7.0
func RequiredWithAll() accumulators.RequiredWithAll[time.Time]
func RequiredWithAny ¶ added in v0.7.0
func RequiredWithAny() accumulators.RequiredWithAny[time.Time]
func RequiredWithoutAll ¶ added in v0.7.0
func RequiredWithoutAll() accumulators.RequiredWithoutAll[time.Time]
func RequiredWithoutAny ¶ added in v0.7.0
func RequiredWithoutAny() accumulators.RequiredWithoutAny[time.Time]
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.