Versions in this module Expand all Collapse all v2 v2.3.2 Mar 16, 2023 v2.3.1 Mar 16, 2023 Changes in this version + type DefaultValidator struct + func (v *DefaultValidator) Validate(ctx context.Context, in interface{}) (context.Context, interface{}, error) + type StructValidator interface + Validate func(context.Context, interface{}) (context.Context, interface{}, error) + var StructValidatorInstance StructValidator = &DefaultValidator{}