Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IgnoreAction ¶
type IgnoreAction struct {
actionutils.ParentAction
}
func (*IgnoreAction) RunPost ¶
func (this *IgnoreAction) RunPost(params struct { CertIds []int64 })
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 ResetAction ¶
type ResetAction struct {
actionutils.ParentAction
}
func (*ResetAction) RunPost ¶
func (this *ResetAction) RunPost(params struct { CertIds []int64 })
type ResetAllAction ¶
type ResetAllAction struct {
actionutils.ParentAction
}
func (*ResetAllAction) RunPost ¶
func (this *ResetAllAction) RunPost(params struct{})
Click to show internal directories.
Click to hide internal directories.