type Validator … type CustomTypeValidator … type ParamValidator … type tagOptionsMap … func (t tagOptionsMap) orderedKeys() []string { … } type tagOption … type UnsupportedTypeError … type stringValues … var ParamTagMap … var ParamTagRegexMap … type customTypeTagMap … func (tm *customTypeTagMap) Get(name string) (CustomTypeValidator, bool) { … } func (tm *customTypeTagMap) Set(name string, ctv CustomTypeValidator) { … } var CustomTypeTagMap … var TagMap … type ISO3166Entry … var ISO3166List … var ISO4217List … type ISO693Entry … var ISO693List …