mirror of
https://github.com/beego/bee.git
synced 2025-07-05 03:00:17 +00:00
using beego to rerwite all commands
This commit is contained in:
@ -47,7 +47,7 @@ import (
|
||||
"{{.Appname}}/models"
|
||||
"github.com/hprose/hprose-golang/rpc"
|
||||
|
||||
"github.com/astaxie/beego"
|
||||
beego "github.com/astaxie/beego/server/web"
|
||||
)
|
||||
|
||||
func logInvokeHandler(
|
||||
@ -90,8 +90,8 @@ import (
|
||||
"{{.Appname}}/models"
|
||||
"github.com/hprose/hprose-golang/rpc"
|
||||
|
||||
"github.com/astaxie/beego"
|
||||
"github.com/astaxie/beego/orm"
|
||||
beego "github.com/astaxie/beego/server/web"
|
||||
"github.com/astaxie/beego/client/orm"
|
||||
{{.DriverPkg}}
|
||||
)
|
||||
|
||||
@ -419,7 +419,7 @@ import (
|
||||
"reflect"
|
||||
"strings"
|
||||
{{timePkg}}
|
||||
"github.com/astaxie/beego/orm"
|
||||
"github.com/astaxie/beego/client/orm"
|
||||
)
|
||||
|
||||
{{modelStruct}}
|
||||
|
Reference in New Issue
Block a user