Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateAction ¶
type CreateAction struct {
actionutils.ParentAction
}
func (*CreateAction) Init ¶
func (this *CreateAction) Init()
func (*CreateAction) RunGet ¶
func (this *CreateAction) RunGet(params struct{})
type DeleteTaskAction ¶
type DeleteTaskAction struct {
actionutils.ParentAction
}
func (*DeleteTaskAction) RunPost ¶
func (this *DeleteTaskAction) RunPost(params struct { TaskId int64 })
type IndexAction ¶
type IndexAction struct {
actionutils.ParentAction
}
func (*IndexAction) Init ¶
func (this *IndexAction) Init()
func (*IndexAction) RunGet ¶
func (this *IndexAction) RunGet(params struct { Type string Keyword string })
type RunAction ¶
type RunAction struct {
actionutils.ParentAction
}
type UpdateTaskPopupAction ¶
type UpdateTaskPopupAction struct {
actionutils.ParentAction
}
func (*UpdateTaskPopupAction) Init ¶
func (this *UpdateTaskPopupAction) Init()
func (*UpdateTaskPopupAction) RunGet ¶
func (this *UpdateTaskPopupAction) RunGet(params struct { TaskId int64 })
Click to show internal directories.
Click to hide internal directories.