Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetEntnameSelectData ¶
Types ¶
type EntController ¶
type EntController struct {
beego.Controller
}
func (*EntController) EntAdd ¶
func (this *EntController) EntAdd()
2018-02-05 21:02 环境管理添加页面 @router /ent/add [get]
func (*EntController) EntData ¶
func (this *EntController) EntData()
获取环境数据 2018-01-20 12:56 router /api/ent [get]
func (*EntController) EntDataName ¶
func (this *EntController) EntDataName()
获取环境数据 2018-01-20 17:45 router /api/ent/name [get]
func (*EntController) EntDelete ¶
func (this *EntController) EntDelete()
json 删除环境 2018-02-05 18:05 @router /api/ent/:id:int [delete]
func (*EntController) EntList ¶
func (this *EntController) EntList()
环境管理入口页面 @router /ent/list [get]
func (*EntController) EntSave ¶
func (this *EntController) EntSave()
string 环境保存 @router /api/ent [post]
Click to show internal directories.
Click to hide internal directories.