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{})
func (*IndexAction) RunPost ¶
func (this *IndexAction) RunPost(params struct{})
type SyncDomainAction ¶ added in v0.3.0
type SyncDomainAction struct {
actionutils.ParentAction
}
func (*SyncDomainAction) RunPost ¶ added in v0.3.0
func (this *SyncDomainAction) RunPost(params struct { DomainId int64 })
type UpdateNodePopupAction ¶
type UpdateNodePopupAction struct {
actionutils.ParentAction
}
func (*UpdateNodePopupAction) Init ¶
func (this *UpdateNodePopupAction) Init()
func (*UpdateNodePopupAction) RunGet ¶
func (this *UpdateNodePopupAction) RunGet(params struct { ClusterId int64 NodeId int64 })
Click to show internal directories.
Click to hide internal directories.