Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FixAction ¶ added in v0.4.7
type FixAction struct {
actionutils.ParentAction
}
type FixAllAction ¶ added in v0.4.7
type FixAllAction struct {
actionutils.ParentAction
}
func (*FixAllAction) RunPost ¶ added in v0.4.7
func (this *FixAllAction) RunPost(params struct { })
type IndexAction ¶
type IndexAction struct {
actionutils.ParentAction
}
func (*IndexAction) Init ¶
func (this *IndexAction) Init()
type ReadAllLogsAction ¶ added in v0.3.5
type ReadAllLogsAction struct {
actionutils.ParentAction
}
func (*ReadAllLogsAction) RunPost ¶ added in v0.3.5
func (this *ReadAllLogsAction) RunPost(params struct { LogIds []int64 })
type ReadLogsAction ¶ added in v0.3.3
type ReadLogsAction struct {
actionutils.ParentAction
}
func (*ReadLogsAction) RunPost ¶ added in v0.3.3
func (this *ReadLogsAction) RunPost(params struct { LogIds []int64 NodeId int64 })
Click to show internal directories.
Click to hide internal directories.