Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Info ¶
type Info struct {
Version string `json:"version"`
Authority string `json:"authority"`
VAPID string `json:"vapid"`
}
Info API informations model structure.
type Route ¶
type Route struct {
Path string
Handler http.Handler
Middlewares []middleware.Middleware
}
Route is the structure of an HTTP route definition
Click to show internal directories.
Click to hide internal directories.