package
0.98.1
Repository: https://github.com/dedefer/kin-openapi.git
Documentation: pkg.go.dev

# Packages

Package gorillamux implements a router.
Package legacy implements a router.

# Variables

ErrMethodNotAllowed is returned when no method of the matched route matches.
ErrPathNotFound is returned when no route match is found.

# Structs

Route describes the operation an http.Request can match.
RouteError describes Router errors.

# Interfaces

Router helps link http.Request.s and an OpenAPIv3 spec.