Documentation ¶
Overview ¶
Package route will hold the routes and route groups
Index ¶
Constants ¶
View Source
const (
V1Version = "v1"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Route ¶
type Route struct { Method string Path string Handler echo.HandlerFunc Middlewares []echo.MiddlewareFunc Name string }
Click to show internal directories.
Click to hide internal directories.