package
0.0.0-20220830172735-79e2dbb22035
Repository: https://github.com/zhamlin/chi-openapi.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
NewRouter returns a wrapped chi router.
No description provided by the author
VerifyRequest validates requests against matching openapi routes; Requires SetOpenAPIInput middleware to have been called.
VerifyResponse validates response against matching openapi routes Requires SetOpenAPIInput middleware to have been called.

# Variables

InputKey is used to get the *openapi3filter.RequestValidationInput{} from a ctx.

# Structs

Router is a small wrapper over a chi.Router to help generate an openapi spec.
SecuritySchema represents an openapi3 security scheme.

# Type aliases

No description provided by the author