Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckAction ¶
type CheckAction struct {
actionutils.ParentAction
}
func (*CheckAction) RunPost ¶
func (this *CheckAction) RunPost(params struct{})
type DeleteAction ¶
type DeleteAction struct {
actionutils.ParentAction
}
func (*DeleteAction) RunPost ¶
func (this *DeleteAction) RunPost(params struct { TaskId int64 })
type ListPopupAction ¶
type ListPopupAction struct {
actionutils.ParentAction
}
func (*ListPopupAction) Init ¶
func (this *ListPopupAction) Init()
func (*ListPopupAction) RunGet ¶
func (this *ListPopupAction) RunGet(params struct{})
func (*ListPopupAction) RunPost ¶
func (this *ListPopupAction) RunPost(params struct { Must *actions.Must })
Click to show internal directories.
Click to hide internal directories.