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