Versions in this module Expand all Collapse all v0 v0.1.0 Jun 16, 2024 Changes in this version + func RegisterRoutes(router *Router) error + type Router struct + Echo *echo.Echo + Handler *handlers.Handler + OAS *openapi3.T + func (r *Router) AddEchoOnlyRoute(pattern, method string, route echo.Routable) error + func (r *Router) AddRoute(pattern, method string, op *openapi3.Operation, route echo.Routable) error + func (r *Router) AddUnversionedRoute(pattern, method string, op *openapi3.Operation, route echo.Routable) error + func (r *Router) Addv1Route(pattern, method string, op *openapi3.Operation, route echo.Routable) error + func (r *Router) Base() *echo.Group + func (r *Router) VersionOne() *echo.Group + func (r *Router) VersionTwo() *echo.Group