1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-12 09:51:01 +00:00

go on modify api

This commit is contained in:
astaxie
2013-09-10 00:17:49 +08:00
parent acadea6afa
commit 63da329468
5 changed files with 17 additions and 522 deletions

View File

@ -36,7 +36,7 @@ type Controller struct {
}
type ControllerInterface interface {
Init(ct *Context, childName string)
Init(ct *context.Context, childName string)
Prepare()
Get()
Post()