Versions in this module Expand all Collapse all v1 v1.3.13 Aug 14, 2020 Changes in this version + const EchoContextKey + const UserDataKey + func GetEchoContext(c context.Context) echo.Context + func GetUserData(c context.Context) interface + func OapiRequestValidator(swagger *openapi3.Swagger) echo.MiddlewareFunc + func OapiRequestValidatorWithOptions(swagger *openapi3.Swagger, options *Options) echo.MiddlewareFunc + func OapiValidatorFromYamlFile(path string) (echo.MiddlewareFunc, error) + func ValidateRequestFromContext(ctx echo.Context, router *openapi3filter.Router, options *Options) error + type Options struct + Options openapi3filter.Options + ParamDecoder openapi3filter.ContentParameterDecoder + Skipper echomiddleware.Skipper + UserData interface{}