# Functions
GetEchoContext gets the echo context from within requests.
Deprecated: This has been replaced by https://pkg.go.dev/github.com/oapi-codegen/echo-middleware#GetUserData.
OapiRequestValidator creates a validator from a swagger object.
OapiRequestValidatorWithOptions creates a validator from a swagger object, with validation options
Deprecated: This has been replaced by https://pkg.go.dev/github.com/oapi-codegen/echo-middleware#OapiRequestValidatorWithOptions.
OapiValidatorFromYamlFile is an Echo middleware function which validates incoming HTTP requests to make sure that they conform to the given OAPI 3.0 specification.
ValidateRequestFromContext is called from the middleware above and actually does the work of validating a request.
# Type aliases
ErrorHandler is called when there is an error in validation
Deprecated: This has been replaced by https://pkg.go.dev/github.com/oapi-codegen/echo-middleware#ErrorHandler.
MultiErrorHandler is called when oapi returns a MultiError type
Deprecated: This has been replaced by https://pkg.go.dev/github.com/oapi-codegen/echo-middleware#MultiErrorHandler.