Versions in this module Expand all Collapse all v1 v1.0.1 Sep 20, 2025 Changes in this version + type StructValidator struct + func NewStructValidator(v *validate.Validate) *StructValidator + func (sv *StructValidator) ValidateStruct(s any) error + func (sv *StructValidator) ValidateStructWithOpts(s any, opts validate.ValidateOpts) error Other modules containing this package github.com/aatuh/validate/v3