Versions in this module Expand all Collapse all v1 v1.0.0 Apr 14, 2020 Changes in this version + type ValidationErrorObject struct + Code string + Field string + Message string + type ValidationErrorsObject struct + Errors []ValidationErrorObject + Message string + type Validator struct + func NewValidation() *Validator + func (v *Validator) ValidateRequest(request interface{}) (*ValidationErrorsObject, error)