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:
@ -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
|
||||
|
Reference in New Issue
Block a user