Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CleanAction ¶
type CleanAction struct {
actionutils.ParentAction
}
func (*CleanAction) Init ¶
func (this *CleanAction) Init()
func (*CleanAction) RunGet ¶
func (this *CleanAction) RunGet(params struct { CachePolicyId int64 })
type CountAction ¶
type CountAction struct {
actionutils.ParentAction
}
计算可用缓存策略数量
func (*CountAction) RunPost ¶
func (this *CountAction) RunPost(params struct{})
type CreatePopupAction ¶
type CreatePopupAction struct {
actionutils.ParentAction
}
func (*CreatePopupAction) Init ¶
func (this *CreatePopupAction) Init()
func (*CreatePopupAction) RunGet ¶
func (this *CreatePopupAction) RunGet(params struct{})
type DeleteAction ¶
type DeleteAction struct {
actionutils.ParentAction
}
func (*DeleteAction) RunPost ¶
func (this *DeleteAction) RunPost(params struct { CachePolicyId int64 })
type Helper ¶
type Helper struct { }
func (*Helper) BeforeAction ¶
func (this *Helper) BeforeAction(actionPtr actions.ActionWrapper)
type IndexAction ¶
type IndexAction struct {
actionutils.ParentAction
}
func (*IndexAction) Init ¶
func (this *IndexAction) Init()
func (*IndexAction) RunGet ¶
func (this *IndexAction) RunGet(params struct { Keyword string })
type PolicyAction ¶
type PolicyAction struct {
actionutils.ParentAction
}
func (*PolicyAction) Init ¶
func (this *PolicyAction) Init()
func (*PolicyAction) RunGet ¶
func (this *PolicyAction) RunGet(params struct { CachePolicyId int64 })
type PreheatAction ¶
type PreheatAction struct {
actionutils.ParentAction
}
func (*PreheatAction) Init ¶
func (this *PreheatAction) Init()
func (*PreheatAction) RunGet ¶
func (this *PreheatAction) RunGet(params struct { CachePolicyId int64 })
type PurgeAction ¶
type PurgeAction struct {
actionutils.ParentAction
}
func (*PurgeAction) Init ¶
func (this *PurgeAction) Init()
func (*PurgeAction) RunGet ¶
func (this *PurgeAction) RunGet(params struct { CachePolicyId int64 })
type SelectPopupAction ¶
type SelectPopupAction struct {
actionutils.ParentAction
}
func (*SelectPopupAction) Init ¶
func (this *SelectPopupAction) Init()
func (*SelectPopupAction) RunGet ¶
func (this *SelectPopupAction) RunGet(params struct{})
type StatAction ¶
type StatAction struct {
actionutils.ParentAction
}
func (*StatAction) Init ¶
func (this *StatAction) Init()
func (*StatAction) RunGet ¶
func (this *StatAction) RunGet(params struct { CachePolicyId int64 })
type TestAction ¶
type TestAction struct {
actionutils.ParentAction
}
func (*TestAction) Init ¶
func (this *TestAction) Init()
func (*TestAction) RunGet ¶
func (this *TestAction) RunGet(params struct { CachePolicyId int64 })
type TestReadAction ¶
type TestReadAction struct {
actionutils.ParentAction
}
type TestWriteAction ¶
type TestWriteAction struct {
actionutils.ParentAction
}
type UpdateAction ¶
type UpdateAction struct {
actionutils.ParentAction
}
func (*UpdateAction) Init ¶
func (this *UpdateAction) Init()
func (*UpdateAction) RunGet ¶
func (this *UpdateAction) RunGet(params struct { CachePolicyId int64 })
Source Files ¶
Click to show internal directories.
Click to hide internal directories.