Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HandlerFunc ¶
HandlerFunc custom function handler
type Route ¶
type Route struct {
Path string
HandlerFunc HandlerFunc
Middlewares []middleware.Middleware
}
Route is the structure of an HTTP route definition
Click to show internal directories.
Click to hide internal directories.