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{})
func (*CleanAction) RunPost ¶
func (this *CleanAction) RunPost(params struct { Type string Days int32 Must *actions.Must CSRF *actionutils.CSRF })
type DeleteAction ¶
type DeleteAction struct {
actionutils.ParentAction
}
func (*DeleteAction) RunPost ¶
func (this *DeleteAction) RunPost(params struct { LogId int64 })
type ExportExcelAction ¶
type ExportExcelAction struct {
actionutils.ParentAction
}
func (*ExportExcelAction) Init ¶
func (this *ExportExcelAction) Init()
type Helper ¶
type Helper struct { }
func (*Helper) BeforeAction ¶
func (this *Helper) BeforeAction(action *actions.ActionObject)
type IndexAction ¶
type IndexAction struct {
actionutils.ParentAction
}
func (*IndexAction) Init ¶
func (this *IndexAction) Init()
type SettingsAction ¶
type SettingsAction struct {
actionutils.ParentAction
}
func (*SettingsAction) Init ¶
func (this *SettingsAction) Init()
func (*SettingsAction) RunGet ¶
func (this *SettingsAction) RunGet(params struct{})
Click to show internal directories.
Click to hide internal directories.