Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Router ¶
Router is a type alias for *github.com/gorilla/mux.Router to make reference easier, as well as to implement the Mux interface.
func (*Router) Handle ¶
Handle registers the handler for the given pattern. According to net/http.ServeMux If a handler already exists for pattern, the Handle invocation panics.
func (*Router) HandleFunc ¶
HandleFunc registers the handler function for the given pattern.
Click to show internal directories.
Click to hide internal directories.