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
}
type DeleteAction ¶
type DeleteAction struct {
actionutils.ParentAction
}
func (*DeleteAction) RunPost ¶
func (this *DeleteAction) RunPost(params struct { TaskId int64 })
type DeleteAllAction ¶ added in v1.2.1
type DeleteAllAction struct {
actionutils.ParentAction
}
func (*DeleteAllAction) RunPost ¶ added in v1.2.1
func (this *DeleteAllAction) RunPost(params struct{})
type DeleteBatchAction ¶ added in v0.0.10
type DeleteBatchAction struct {
actionutils.ParentAction
}
func (*DeleteBatchAction) RunPost ¶ added in v0.0.10
func (this *DeleteBatchAction) RunPost(params struct { TaskIds []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.