Versions in this module Expand all Collapse all v1 v1.0.0 Dec 8, 2025 Changes in this version + type ValidationRule struct + Alpha *bool + Alphanumeric *bool + Custom map[string]any + DateFormat *string + Email *bool + Enum []string + EqualsField *string + FieldGt *string + FieldGte *string + FieldLt *string + FieldLte *string + GreaterThan *float64 + ISBN *bool + Length *int + LessThan *float64 + Max *float64 + MaxLength *int + Min *float64 + MinLength *int + NotEqualsField *string + NotNull *bool + Numeric *bool + OmitEmpty *bool + Pattern *string + Required *bool + TimeFormat *string + URL *bool + UUID *bool + Unique *bool + func ParseValidationTag(tag string) *ValidationRule