1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-13 05:51:02 +00:00

beego:change ControllerComments exported

This commit is contained in:
astaxie
2014-06-09 17:46:13 +08:00
parent 21cb8ea4a3
commit 2570f075d9
3 changed files with 17 additions and 17 deletions

View File

@ -40,10 +40,10 @@ var (
// store the comment for the controller method
type ControllerComments struct {
method string
router string
allowHTTPMethods []string
params []map[string]string
Method string
Router string
AllowHTTPMethods []string
Params []map[string]string
}
// Controller defines some basic http request handler operations, such as