Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Group ¶
type Group struct {
// contains filtered or unexported fields
}
Group is the route group struct
func (*Group) HandleFunc ¶
func (g *Group) HandleFunc(path string, handler http.HandlerFunc)
HandleFunc registers a new route with a path and a handler function
Click to show internal directories.
Click to hide internal directories.