打算写的文档目录
This commit is contained in:
15
README.md
15
README.md
@@ -96,4 +96,19 @@ also You can apply filters only when certain prefix URL path exist:
|
|||||||
beego.BeeApp.FilterPrefixPath("/admin", func(rw http.ResponseWriter, r *http.Request) {
|
beego.BeeApp.FilterPrefixPath("/admin", func(rw http.ResponseWriter, r *http.Request) {
|
||||||
… auth
|
… auth
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
## Controller / Strcut
|
||||||
|
============
|
||||||
|
|
||||||
|
## View / Template
|
||||||
|
============
|
||||||
|
|
||||||
|
## Config
|
||||||
|
============
|
||||||
|
|
||||||
|
## Logger
|
||||||
|
============
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user