Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteAction ¶ added in v0.3.0
type DeleteAction struct {
actionutils.ParentAction
}
func (*DeleteAction) RunPost ¶ added in v0.3.0
func (this *DeleteAction) RunPost(params struct { TaskId int64 })
type IndexAction ¶ added in v0.3.0
type IndexAction struct {
actionutils.ParentAction
}
func (*IndexAction) Init ¶ added in v0.3.0
func (this *IndexAction) Init()
func (*IndexAction) RunGet ¶ added in v0.3.0
func (this *IndexAction) RunGet(params struct { Status int32 })
type TaskInfoAction ¶
type TaskInfoAction struct {
actionutils.ParentAction
}
func (*TaskInfoAction) Init ¶
func (this *TaskInfoAction) Init()
func (*TaskInfoAction) RunPost ¶
func (this *TaskInfoAction) RunPost(params struct { TaskId int64 })
Click to show internal directories.
Click to hide internal directories.