Versions in this module Expand all Collapse all v0 v0.11.2 Oct 13, 2025 Changes in this version + type Middleware struct + func NewMiddleware(handler gonethttphandler.Handler, ...) (*Middleware, error) + func (m Middleware) CreateValidateFn(bodyExample interface{}, cache bool, auxiliaryValidatorFns ...interface{}) (func(next http.Handler) http.Handler, error) + func (m Middleware) Validate(body interface{}, auxiliaryValidatorFns ...interface{}) func(next http.Handler) http.Handler