Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CleanAction ¶
type CleanAction struct {
actionutils.ParentAction
}
func (*CleanAction) Init ¶
func (this *CleanAction) Init()
func (*CleanAction) RunGet ¶
func (this *CleanAction) RunGet(params struct { OrderTable string OrderSize string })
type CleanSettingAction ¶
type CleanSettingAction struct {
actionutils.ParentAction
}
func (*CleanSettingAction) Init ¶
func (this *CleanSettingAction) Init()
func (*CleanSettingAction) RunGet ¶
func (this *CleanSettingAction) RunGet(params struct{})
func (*CleanSettingAction) RunPost ¶
func (this *CleanSettingAction) RunPost(params struct { ServerAccessLogCleanDays int ServerBandwidthStatCleanDays int UserBandwidthStatCleanDays int UserPlanBandwidthStatCleanDays int ServerDailyStatCleanDays int ServerDomainHourlyStatCleanDays int TrafficDailyStatCleanDays int TrafficHourlyStatCleanDays int NodeClusterTrafficDailyStatCleanDays int NodeTrafficDailyStatCleanDays int NodeTrafficHourlyStatCleanDays int HttpCacheTaskCleanDays int Must *actions.Must CSRF *actionutils.CSRF })
type DeleteTableAction ¶
type DeleteTableAction struct {
actionutils.ParentAction
}
func (*DeleteTableAction) RunPost ¶
func (this *DeleteTableAction) RunPost(params struct { Table string })
type IndexAction ¶
type IndexAction struct {
actionutils.ParentAction
}
func (*IndexAction) Init ¶
func (this *IndexAction) Init()
func (*IndexAction) RunGet ¶
func (this *IndexAction) RunGet(params struct{})
type TruncateTableAction ¶
type TruncateTableAction struct {
actionutils.ParentAction
}
func (*TruncateTableAction) RunPost ¶
func (this *TruncateTableAction) RunPost(params struct { Table string })
type UpdateAction ¶
type UpdateAction struct {
actionutils.ParentAction
}
func (*UpdateAction) Init ¶
func (this *UpdateAction) Init()
func (*UpdateAction) RunGet ¶
func (this *UpdateAction) RunGet(params struct{})
Click to show internal directories.
Click to hide internal directories.