Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RouteNameMap *routeNameMap
Functions ¶
func NewVersion ¶
func PrintingRouteInfo ¶
Types ¶
type GinRouteGrouper ¶ added in v1.1.4
type GinRouteGrouper interface {
Group(grp Grouper)
}
type Grouper ¶
type Grouper interface {
AddGroup(relativePath string, routeGrouper GinRouteGrouper, handlers ...request.HandlerFunc)
// contains filtered or unexported methods
}
Click to show internal directories.
Click to hide internal directories.