package
0.66.1
Repository: https://github.com/wicoady1/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.