Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdminUser ¶
type AdminUser struct { ID int `form:"-" orm:"column(ID)"` Email string `form:"email"` Password string `form:"password"` }
AdminUser 管理员模型
type MainController ¶
type MainController struct {
beego.Controller
}
func (*MainController) Get ¶
func (this *MainController) Get()
type SupplierBase ¶
type SupplierBase struct {
beego.Controller
}
SupplierBase implements ControllerInterface
func (*SupplierBase) Prepare ¶
func (sup *SupplierBase) Prepare()
Prepare get ready to run interface
type SupplierPreparer ¶
type SupplierPreparer interface {
SupplierPrepare()
}
SupplierPreparer define the interface of supplier router
type TestPreparer ¶
type TestPreparer interface {
TestPrepare()
}
TestPreparer define the interface of test router
type ZKPreparer ¶
type ZKPreparer interface {
ZKPrepare()
}
ZKPreparer define the infine the interface of zktimes router
Click to show internal directories.
Click to hide internal directories.