Versions in this module Expand all Collapse all v1 v1.0.6 Feb 25, 2021 v1.0.4 Feb 25, 2021 Changes in this version + type Validator interface + Engine func(translation ...bool) interface{} + RegisterValidation func(tag string, fn validator.Func, callValidationEvenIfNull ...bool) error + ValidateStruct func(obj interface{}, translation ...bool) error + func NewValidator() Validator