Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewVersion ¶ added in v0.8.0
Types ¶
type Grouper ¶ added in v0.8.0
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.