Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct { Method string Querys map[string]string Handler func(*fasthttp.RequestCtx, *session.Session) }
type Route ¶
type Route struct { Ctrl Controller Sons map[string]Route }
Click to show internal directories.
Click to hide internal directories.