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