mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 01:00:54 +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) {
|
||||
… auth
|
||||
})
|
||||
|
||||
|
||||
## Controller / Strcut
|
||||
============
|
||||
|
||||
## View / Template
|
||||
============
|
||||
|
||||
## Config
|
||||
============
|
||||
|
||||
## Logger
|
||||
============
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user