# Functions
Helper function to get the echo context from within requests.
No description provided by the author
Create a validator from a swagger object.
OapiRequestValidatorWithOptions creates a validator from a swagger object, with validation options.
Create validator middleware from a YAML file path.
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.
MultiErrorHandler is called when oapi returns a MultiError type.