Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetUserQuota ¶
2018-02-11 21:30 获取用户可用配额
Types ¶
type ControllerQuota ¶
type ControllerQuota struct {
beego.Controller
}
func (*ControllerQuota) GetQuotaName ¶
func (this *ControllerQuota) GetQuotaName()
@router /api/quota/name [get]
func (*ControllerQuota) QuotaAdd ¶
func (this *ControllerQuota) QuotaAdd()
2018-02-11 10:04 配额管理添加页面 @router /base/quota/add [get]
func (*ControllerQuota) QuotaData ¶
func (this *ControllerQuota) QuotaData()
配额数据 @router /base/quota [get]
func (*ControllerQuota) QuotaDelete ¶
func (this *ControllerQuota) QuotaDelete()
json 删除配额 @router /api/quota/:id:int [delete]
func (*ControllerQuota) QuotaDetailPage ¶
func (this *ControllerQuota) QuotaDetailPage()
集群配额详情页面 @router /base/quota/detail/:id:int [get]
func (*ControllerQuota) QuotaList ¶
func (this *ControllerQuota) QuotaList()
配额管理入口页面 @router /base/quota/list [get]
func (*ControllerQuota) QuotaSave ¶
func (this *ControllerQuota) QuotaSave()
string 配额保存 @router /api/quota [post]
Click to show internal directories.
Click to hide internal directories.