Versions in this module Expand all Collapse all v1 v1.13.0 Sep 13, 2024 Changes in this version + type OpenAPI struct + func NewOpenAPI(opts *OpenAPIOptions) *OpenAPI + func (v *OpenAPI) ValidateRequest(req *http.Request) (*openapi3filter.RequestValidationInput, error) + func (v *OpenAPI) ValidateResponse(beresp *http.Response, ...) error + type OpenAPIContext struct + func NewWithContext(ctx context.Context) (context.Context, *OpenAPIContext) + func (o *OpenAPIContext) Errors() []string + type OpenAPIOptions struct + func NewOpenAPIOptions(openapi *config.OpenAPI) (*OpenAPIOptions, error) + func NewOpenAPIOptionsFromBytes(openapi *config.OpenAPI, bytes []byte) (*OpenAPIOptions, error)