1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-26 18:54:13 +00:00

打算写的文档目录

This commit is contained in:
xiemengjun 2012-12-16 00:42:22 +08:00
parent c1cac16073
commit 1318f88e04

View File

@ -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
============