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 { ServerId int64 })
func (*IndexAction) RunPost ¶ added in v0.3.3
func (this *IndexAction) RunPost(params struct { ServerId int64 SupportCNAME bool Must *actions.Must CSRF *actionutils.CSRF })
type RegenerateCNAMEAction ¶ added in v0.3.3
type RegenerateCNAMEAction struct {
actionutils.ParentAction
}
func (*RegenerateCNAMEAction) RunPost ¶ added in v0.3.3
func (this *RegenerateCNAMEAction) RunPost(params struct { ServerId int64 })
type UpdateCNAMEPopupAction ¶ added in v0.5.2
type UpdateCNAMEPopupAction struct {
actionutils.ParentAction
}
func (*UpdateCNAMEPopupAction) RunGet ¶ added in v0.5.2
func (this *UpdateCNAMEPopupAction) RunGet(params struct { ServerId int64 })
func (*UpdateCNAMEPopupAction) RunPost ¶ added in v0.5.2
func (this *UpdateCNAMEPopupAction) RunPost(params struct { ServerId int64 DnsName string })
Click to show internal directories.
Click to hide internal directories.