Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Route ¶
type Route struct { Name string `json:"Name"` Method string `json:"Method"` Pattern string `json:"Pattern"` Handler http.HandlerFunc `json:"Handler"` }
type RouteCollection ¶
type RouteCollection []Route
Click to show internal directories.
Click to hide internal directories.