Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitMenu ¶
func InitMenu(parent *actionutils.ParentAction) error
Types ¶
type DeleteTaskAction ¶
type DeleteTaskAction struct {
actionutils.ParentAction
}
func (*DeleteTaskAction) RunPost ¶
func (this *DeleteTaskAction) RunPost(params struct { TaskId int64 })
type FetchAction ¶
type FetchAction struct {
actionutils.ParentAction
}
func (*FetchAction) Init ¶
func (this *FetchAction) Init()
func (*FetchAction) RunGet ¶
func (this *FetchAction) RunGet(params struct{})
func (*FetchAction) RunPost ¶
func (this *FetchAction) RunPost(params struct { Keys 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 { KeyType string })
func (*IndexAction) RunPost ¶
func (this *IndexAction) RunPost(params struct { KeyType string Keys string Must *actions.Must CSRF *actionutils.CSRF })
type ResetTaskAction ¶
type ResetTaskAction struct {
actionutils.ParentAction
}
func (*ResetTaskAction) RunPost ¶
func (this *ResetTaskAction) RunPost(params struct { TaskId int64 })
type TaskAction ¶
type TaskAction struct {
actionutils.ParentAction
}
func (*TaskAction) Init ¶
func (this *TaskAction) Init()
func (*TaskAction) RunGet ¶
func (this *TaskAction) RunGet(params struct { TaskId int64 })
func (*TaskAction) RunPost ¶
func (this *TaskAction) RunPost(params struct { TaskId int64 })
type TasksAction ¶
type TasksAction struct {
actionutils.ParentAction
}
func (*TasksAction) Init ¶
func (this *TasksAction) Init()
func (*TasksAction) RunGet ¶
func (this *TasksAction) RunGet(params struct{})
Click to show internal directories.
Click to hide internal directories.