Versions in this module Expand all Collapse all v1 v1.0.0 Oct 24, 2020 Changes in this version + type RequestValidator struct + func NewRequestValidator() *RequestValidator + func (cv *RequestValidator) FormatErrorMessage(vE goValidator.FieldError) string + func (cv *RequestValidator) MapErrorCodeFromTag(tag string) string + func (cv *RequestValidator) NormalizeFieldName(fieldError goValidator.FieldError) string + func (cv *RequestValidator) Validate(i interface{}) error