Versions in this module Expand all Collapse all v0 v0.65.1 Jun 27, 2021 Changes in this version + var ErrMethodNotAllowed error = &RouteError + var ErrPathNotFound error = &RouteError + type Route struct + Method string + Operation *openapi3.Operation + Path string + PathItem *openapi3.PathItem + Server *openapi3.Server + Spec *openapi3.T + type RouteError struct + Reason string + func (e *RouteError) Error() string + type Router interface + FindRoute func(req *http.Request) (route *Route, pathParams map[string]string, err error)