Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Router ¶
type Router struct {
Mux *mux.Router
// url method handler
Endpoints map[string]map[string]func(http.ResponseWriter, *http.Request)
}
Router structure is a url handler
Click to show internal directories.
Click to hide internal directories.