Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CleanAction ¶ added in v0.0.9
type CleanAction struct {
actionutils.ParentAction
}
func (*CleanAction) Init ¶ added in v0.0.9
func (this *CleanAction) Init()
func (*CleanAction) RunGet ¶ added in v0.0.9
func (this *CleanAction) RunGet(params struct{})
func (*CleanAction) RunPost ¶ added in v0.0.9
func (this *CleanAction) RunPost(params struct { Must *actions.Must })
type CleanSettingAction ¶ added in v0.0.9
type CleanSettingAction struct {
actionutils.ParentAction
}
func (*CleanSettingAction) Init ¶ added in v0.0.9
func (this *CleanSettingAction) Init()
func (*CleanSettingAction) RunGet ¶ added in v0.0.9
func (this *CleanSettingAction) RunGet(params struct{})
func (*CleanSettingAction) RunPost ¶ added in v0.0.9
func (this *CleanSettingAction) RunPost(params struct { Days int Must *actions.Must CSRF *actionutils.CSRF })
type DeleteTableAction ¶ added in v0.0.9
type DeleteTableAction struct {
actionutils.ParentAction
}
func (*DeleteTableAction) RunPost ¶ added in v0.0.9
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 ¶ added in v0.0.9
type TruncateTableAction struct {
actionutils.ParentAction
}
func (*TruncateTableAction) RunPost ¶ added in v0.0.9
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.