1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-11 19:40:40 +00:00

add docs about how to write api application

This commit is contained in:
astaxie
2013-07-09 16:43:03 +08:00
parent fece5adc2a
commit 38b083e117
3 changed files with 159 additions and 55 deletions

View File

@ -6,9 +6,6 @@ import (
"github.com/astaxie/beego/example/beeapi/models"
)
type ResponseInfo struct {
}
type ObejctController struct {
beego.Controller
}