Documentation
¶
Index ¶
- func C_DefaultHandler(c config.IConfig) (f func(http.ResponseWriter, *http.Request))
- func C_IndexHandler(c config.IConfig) (f func(http.ResponseWriter, *http.Request))
- func C_LoginHandler(c config.IConfig) (f func(http.ResponseWriter, *http.Request))
- func I_LoginHandler(c config.IConfig) (f func(http.ResponseWriter, *http.Request))
- func I_UserHandler(c config.IConfig) (f func(http.ResponseWriter, *http.Request))
- func RegisterApi(r *Router)
- func RegisterUrl(r *Router)
- type Router
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func C_DefaultHandler ¶
func C_IndexHandler ¶
func C_LoginHandler ¶
control下的路由处理handler在此处理
func I_LoginHandler ¶
func I_UserHandler ¶
api下的路由处理handler在此处理
func RegisterApi ¶
func RegisterApi(r *Router)
Types ¶
Click to show internal directories.
Click to hide internal directories.