Versions in this module Expand all Collapse all v0 v0.1.1 May 27, 2020 Changes in this version + var ValidTrans *ut.Translator + var Validtool *validator.Validate + func CheckPassword(s string) bool + func CheckStrongPassword(s string) bool + func IsCnMobile(val interface{}) bool + func IsCnPhone(val interface{}) bool + func IsEmail(val interface{}) bool + func IsIP(val interface{}) bool + func IsIP4(val interface{}) bool + func IsIP6(val interface{}) bool + func IsURL(val interface{}) bool + func NewValidatorTrans() (*validator.Validate, *ut.Translator, error)