Versions in this module Expand all Collapse all v0 v0.1.0 Apr 26, 2022 Changes in this version + var UnexpectedType = errors.New("Unexpected type") + type ValidateFunc func(value interface{}) error + func MergeValidationsFunc(funcs ...ValidateFunc) ValidateFunc + type Validations map[string]ValidateFunc + func (v Validations) Validate(field string, value interface{}) error