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:
@ -36,7 +36,7 @@ type Controller struct {
|
||||
}
|
||||
|
||||
type ControllerInterface interface {
|
||||
Init(ct *Context, childName string)
|
||||
Init(ct *context.Context, childName string)
|
||||
Prepare()
|
||||
Get()
|
||||
Post()
|
||||
|
Reference in New Issue
Block a user