mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 08:00:57 +00:00
打算写的文档目录
This commit is contained in:
parent
c1cac16073
commit
1318f88e04
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
|
||||||
|
============
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user