Versions in this module Expand all Collapse all v0 v0.2.0 Dec 1, 2020 Changes in this version + type AddAction actions.Action + func (this *AddAction) RunGet(params struct{}) + func (this *AddAction) RunPost(params struct{ ... }) + type DayAction actions.Action + func (this *DayAction) Run(params struct{ ... }) + type DeleteAction actions.Action + func (this *DeleteAction) RunPost(params struct{ ... }) + type DetailAction actions.Action + func (this *DetailAction) RunGet(params struct{ ... }) + type ExportAction actions.Action + func (this *ExportAction) RunGet(params struct{ ... }) + type GroupAction actions.Action + func (this *GroupAction) RunGet(params struct{ ... }) + type GroupAddAction actions.Action + func (this *GroupAddAction) RunGet(params struct{ ... }) + func (this *GroupAddAction) RunPost(params struct{ ... }) + type GroupDeleteAction actions.Action + func (this *GroupDeleteAction) RunPost(params struct{ ... }) + type GroupMoveAction actions.Action + func (this *GroupMoveAction) RunPost(params struct{ ... }) + type GroupOffAction actions.Action + func (this *GroupOffAction) RunPost(params struct{ ... }) + type GroupOnAction actions.Action + func (this *GroupOnAction) RunPost(params struct{ ... }) + type GroupUpdateAction actions.Action + func (this *GroupUpdateAction) RunGet(params struct{ ... }) + func (this *GroupUpdateAction) RunPost(params struct{ ... }) + type Helper struct + func (this *Helper) BeforeAction(action *actions.ActionObject) + type HistoryAction actions.Action + func (this *HistoryAction) RunGet(params struct{ ... }) + type ImportAction actions.Action + func (this *ImportAction) RunGet(params struct{ ... }) + func (this *ImportAction) RunPost(params struct{ ... }) + type IndexAction actions.Action + func (this *IndexAction) RunGet(params struct{}) + type MergeTemplateAction actions.Action + func (this *MergeTemplateAction) RunPost(params struct{ ... }) + type RuleAddAction actions.Action + func (this *RuleAddAction) RunGet(params struct{ ... }) + func (this *RuleAddAction) RunPost(params struct{ ... }) + type RuleDeleteAction actions.Action + func (this *RuleDeleteAction) RunPost(params struct{ ... }) + type RuleMoveAction actions.Action + func (this *RuleMoveAction) RunPost(params struct{ ... }) + type RuleOffAction actions.Action + func (this *RuleOffAction) RunPost(params struct{ ... }) + type RuleOnAction actions.Action + func (this *RuleOnAction) RunPost(params struct{ ... }) + type RuleUpdateAction actions.Action + func (this *RuleUpdateAction) RunGet(params struct{ ... }) + func (this *RuleUpdateAction) RunPost(params struct{ ... }) + type RulesAction actions.Action + func (this *RulesAction) RunGet(params struct{ ... }) + type TestAction actions.Action + func (this *TestAction) RunGet(params struct{ ... }) + func (this *TestAction) RunPost(params struct{ ... }) + type UpdateAction actions.Action + func (this *UpdateAction) RunGet(params struct{ ... }) + func (this *UpdateAction) RunPost(params struct{ ... })