Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CleanAction ¶ added in v0.3.0
type CleanAction struct {
actionutils.ParentAction
}
func (*CleanAction) Init ¶ added in v0.3.0
func (this *CleanAction) Init()
func (*CleanAction) RunGet ¶ added in v0.3.0
func (this *CleanAction) RunGet(params struct { NodeId int64 })
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 { NodeId int64 })
type DeleteTableAction ¶ added in v0.0.9
type DeleteTableAction struct {
actionutils.ParentAction
}
func (*DeleteTableAction) RunPost ¶ added in v0.0.9
func (this *DeleteTableAction) RunPost(params struct { NodeId int64 Table string })
type Helper ¶
type Helper struct {
helpers.LangHelper
}
func (*Helper) BeforeAction ¶
func (this *Helper) BeforeAction(action *actions.ActionObject)
type IndexAction ¶
type IndexAction struct {
actionutils.ParentAction
}
func (*IndexAction) Init ¶
func (this *IndexAction) Init()
func (*IndexAction) RunGet ¶
func (this *IndexAction) RunGet(params struct{})
type LogsAction ¶ added in v0.3.0
type LogsAction struct {
actionutils.ParentAction
}
func (*LogsAction) Init ¶ added in v0.3.0
func (this *LogsAction) Init()
type NodeAction ¶ added in v0.3.0
type NodeAction struct {
actionutils.ParentAction
}
func (*NodeAction) Init ¶ added in v0.3.0
func (this *NodeAction) Init()
func (*NodeAction) RunGet ¶ added in v0.3.0
func (this *NodeAction) RunGet(params struct { NodeId int64 })
type StatusAction ¶ added in v0.3.0
type StatusAction struct {
actionutils.ParentAction
}
func (*StatusAction) RunPost ¶ added in v0.3.0
func (this *StatusAction) RunPost(params struct { NodeId int64 })
type TruncateTableAction ¶ added in v0.0.9
type TruncateTableAction struct {
actionutils.ParentAction
}
func (*TruncateTableAction) RunPost ¶ added in v0.0.9
func (this *TruncateTableAction) RunPost(params struct { NodeId int64 Table string })
type UpdateAction ¶ added in v0.3.0
type UpdateAction struct {
actionutils.ParentAction
}
func (*UpdateAction) Init ¶ added in v0.3.0
func (this *UpdateAction) Init()
func (*UpdateAction) RunGet ¶ added in v0.3.0
func (this *UpdateAction) RunGet(params struct { NodeId int64 })
Source Files ¶
Click to show internal directories.
Click to hide internal directories.