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{})
func (*CreatePopupAction) RunPost ¶
func (this *CreatePopupAction) RunPost(params struct { Name string Type string // file FileDir string FileMemoryCapacityJSON []byte FileOpenFileCacheMax int FileEnableSendfile bool FileMinFreeSizeJSON []byte CapacityJSON []byte MaxSizeJSON []byte FetchTimeoutJSON []byte SyncCompressionCache bool EnableMMAP bool Description string IsOn bool Must *actions.Must })
type DeleteAction ¶
type DeleteAction struct {
actionutils.ParentAction
}
func (*DeleteAction) RunPost ¶
func (this *DeleteAction) RunPost(params struct { CachePolicyId int64 })
type FetchAction ¶ added in v0.4.8
type FetchAction struct {
actionutils.ParentAction
}
func (*FetchAction) Init ¶ added in v0.4.8
func (this *FetchAction) Init()
func (*FetchAction) RunGet ¶ added in v0.4.8
func (this *FetchAction) RunGet(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()
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 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 })
func (*UpdateAction) RunPost ¶
func (this *UpdateAction) RunPost(params struct { CachePolicyId int64 Name string Type string // file FileDir string FileMemoryCapacityJSON []byte FileOpenFileCacheMax int FileEnableSendfile bool FileMinFreeSizeJSON []byte CapacityJSON []byte MaxSizeJSON []byte SyncCompressionCache bool FetchTimeoutJSON []byte EnableMMAP bool Description string IsOn bool RefsJSON []byte Must *actions.Must })
type UpdateRefsAction ¶ added in v0.3.0
type UpdateRefsAction struct {
actionutils.ParentAction
}
func (*UpdateRefsAction) Init ¶ added in v0.3.0
func (this *UpdateRefsAction) Init()
func (*UpdateRefsAction) RunPost ¶ added in v0.3.0
func (this *UpdateRefsAction) RunPost(params struct { CachePolicyId int64 RefsJSON []byte })
Source Files ¶
Click to show internal directories.
Click to hide internal directories.