Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Router ¶ added in v1.257.0
type Router struct {
// contains filtered or unexported fields
}
Router for mvc.
func (*Router) Route ¶ added in v1.257.0
func (r *Router) Route(path string, controller Controller)
Route the path with controller for mvc.
Click to show internal directories.
Click to hide internal directories.