Versions in this module Expand all Collapse all v1 v1.2.6 Aug 31, 2020 Changes in this version + func IntegerValidator(ans interface{}) error + func KeyEqValFormatValidator(portsStr interface{}) error + func NameValidator(name interface{}) error + func NilValidator(interface{}) error + func NonNegativeValidator(arg interface{}) error + func PathValidator(path interface{}) error + func PortsValidator(portsStr interface{}) error + func ValidateHost(host string) error + func ValidateName(name string) error + type Validatable struct + AdditionalValidators []Validator + Required bool + Type string + func (v Validatable) AsValidatable() Validatable + type Validator func(interface{}) error + func GetValidatorFor(prop Validatable) Validator