Versions in this module Expand all Collapse all v1 v1.0.1 Sep 26, 2024 Changes in this version + func New() *validator.Validate + func ValidateMapValuesFunc(isValidValue func(string) bool) validator.Func + type ValidationErrors map[string]string + func ValidateStruct(v *validator.Validate, s interface{}) ValidationErrors + func (v ValidationErrors) String() string