Versions in this module Expand all Collapse all v1 v1.1.1 Oct 5, 2023 v1.1.0 Oct 5, 2023 Changes in this version + func OapiRequestValidator(swagger *openapi3.T) func(next http.Handler) http.Handler + func OapiRequestValidatorWithOptions(swagger *openapi3.T, options *Options) func(next http.Handler) http.Handler + type ErrorHandler func(w http.ResponseWriter, message string, statusCode int) + type MultiErrorHandler func(openapi3.MultiError) (int, error) + type Options struct + ErrorHandler ErrorHandler + MultiErrorHandler MultiErrorHandler + Options openapi3filter.Options