Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IndexAction ¶
type IndexAction struct {
actionutils.ParentAction
}
func (*IndexAction) Init ¶
func (this *IndexAction) Init()
type SettingsAction ¶ added in v0.3.7
type SettingsAction struct {
actionutils.ParentAction
}
func (*SettingsAction) Init ¶ added in v0.3.7
func (this *SettingsAction) Init()
func (*SettingsAction) RunGet ¶ added in v0.3.7
func (this *SettingsAction) RunGet(params struct{})
func (*SettingsAction) RunPost ¶ added in v0.3.7
func (this *SettingsAction) RunPost(params struct { Percent int CountPerSecond int MaxLength int Must *actions.Must CSRF *actionutils.CSRF })
Click to show internal directories.
Click to hide internal directories.