Versions in this module Expand all Collapse all v0 v0.9.0 Feb 12, 2026 Changes in this version + const FailEmail + const FailLenMax + const FailLenMin + const FailRegExp + const FailReq + const FailType + const FailValMax + const FailValMin + func Validate(obj interface{}, options *ValidateOptions) (bool, map[string]int, error) + func ValidateField(structField reflect.StructField, fieldValue reflect.Value, tagName string) (bool, int) + type ValidateOptions struct + OverwriteValues map[string]interface{} + RestrictFields map[string]bool + TagName string