package
0.0.0-20220724125559-3953a0d9d6af
Repository: https://github.com/codexiaoyi/linweb.git
Documentation: pkg.go.dev
# Interfaces
Memory cache.
IContext Save http request data.
The DI container, regist object in the linweb init.
No description provided by the author
IModel is used to represent a struct that needs to be processed, it uses chain call, can call continuously and finally output ModelError.
IRequest Get request data in *http.Request.
IResponse Set response data to http.ResponseWriter.
Router.
# Type aliases
No description provided by the author