Versions in this module Expand all Collapse all v1 v1.0.1 Sep 20, 2025 Changes in this version + const CodeMapMaxKeys + const CodeMapMinKeys + const CodeNumberBetween + const CodeNumberMax + const CodeNumberMin + const CodeNumberNonNeg + const CodeNumberPositive + const CodeOmitEmpty + const CodeRequired + const CodeSliceContains + const CodeSliceMax + const CodeSliceMin + const CodeSliceUnique + const CodeStringHost + const CodeStringMax + const CodeStringMin + const CodeStringNonEmpty + const CodeStringOneOf + const CodeStringPattern + const CodeStringPrefix + const CodeStringSuffix + const CodeStringURL + const CodeStringUUID + const CodeTimeAfter + const CodeTimeBefore + const CodeTimeBetween + const CodeTimeNotZero + const CodeUnknown + type Errors []FieldError + func Join(errs ...error) Errors + func (es Errors) AsMap() map[string][]FieldError + func (es Errors) Error() string + func (es Errors) Filter(prefix string) Errors + func (es Errors) Has(path string) bool + func (es Errors) MarshalJSON() ([]byte, error) + func (es Errors) Sort() + func (es Errors) Unwrap() error + type FieldError struct + Code string + Msg string + Param any + Path string + func (e FieldError) String() string Other modules containing this package github.com/aatuh/validate/v3