Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IndexAction ¶
type IndexAction struct {
actionutils.ParentAction
}
func (*IndexAction) Init ¶
func (this *IndexAction) Init()
func (*IndexAction) RunGet ¶
func (this *IndexAction) RunGet(params struct { NodeId int64 })
type InstallAction ¶
type InstallAction struct {
actionutils.ParentAction
}
InstallAction 安装节点
func (*InstallAction) Init ¶
func (this *InstallAction) Init()
func (*InstallAction) RunGet ¶
func (this *InstallAction) RunGet(params struct { NodeId int64 })
type LogsAction ¶
type LogsAction struct {
actionutils.ParentAction
}
func (*LogsAction) Init ¶
func (this *LogsAction) Init()
type StartAction ¶ added in v0.2.9
type StartAction struct {
actionutils.ParentAction
}
func (*StartAction) RunPost ¶ added in v0.2.9
func (this *StartAction) RunPost(params struct { NodeId int64 })
type StatusAction ¶
type StatusAction struct {
actionutils.ParentAction
}
StatusAction 节点状态
func (*StatusAction) RunPost ¶
func (this *StatusAction) RunPost(params struct { NodeId int64 })
type StopAction ¶ added in v0.2.9
type StopAction struct {
actionutils.ParentAction
}
func (*StopAction) RunPost ¶ added in v0.2.9
func (this *StopAction) RunPost(params struct { NodeId int64 })
type UpdateAction ¶
type UpdateAction struct {
actionutils.ParentAction
}
func (*UpdateAction) Init ¶
func (this *UpdateAction) Init()
func (*UpdateAction) RunGet ¶
func (this *UpdateAction) RunGet(params struct { NodeId int64 })
type UpdateInstallStatusAction ¶
type UpdateInstallStatusAction struct {
actionutils.ParentAction
}
func (*UpdateInstallStatusAction) RunPost ¶
func (this *UpdateInstallStatusAction) RunPost(params struct { NodeId int64 IsInstalled bool })
Click to show internal directories.
Click to hide internal directories.