Versions in this module Expand all Collapse all v0 v0.1.0 Sep 28, 2023 Changes in this version + type SliceValidationError []error + func (err SliceValidationError) Error() string + type Validator struct + func NewValidator() *Validator + func (m *Validator) Engine() interface{} + func (m *Validator) SetValidateTag(tag string) + func (m *Validator) ValidateStruct(obj interface{}) error + func (m *Validator) ValidateTag() string