Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateAction ¶
type CreateAction struct {
actionutils.ParentAction
}
func (*CreateAction) Init ¶
func (this *CreateAction) Init()
func (*CreateAction) RunGet ¶
func (this *CreateAction) RunGet(params struct{})
func (*CreateAction) RunPost ¶
func (this *CreateAction) RunPost(params struct { Name string ClusterId int64 UserId int64 Must *actions.Must CSRF *actionutils.CSRF })
type DeleteAction ¶
type DeleteAction struct {
actionutils.ParentAction
}
func (*DeleteAction) RunPost ¶
func (this *DeleteAction) RunPost(params struct { DomainId int64 })
type DomainAction ¶
type DomainAction struct {
actionutils.ParentAction
}
func (*DomainAction) Init ¶
func (this *DomainAction) Init()
func (*DomainAction) RunGet ¶
func (this *DomainAction) RunGet(params struct { DomainId int64 })
type IndexAction ¶ added in v0.2.9
type IndexAction struct {
actionutils.ParentAction
}
func (*IndexAction) Init ¶ added in v0.2.9
func (this *IndexAction) Init()
type TsigAction ¶ added in v0.2.8
type TsigAction struct {
actionutils.ParentAction
}
func (*TsigAction) Init ¶ added in v0.2.8
func (this *TsigAction) Init()
func (*TsigAction) RunGet ¶ added in v0.2.8
func (this *TsigAction) RunGet(params struct { DomainId int64 })
func (*TsigAction) RunPost ¶ added in v0.2.8
func (this *TsigAction) RunPost(params struct { DomainId int64 IsOn bool Must *actions.Must CSRF *actionutils.CSRF })
type UpdateAction ¶
type UpdateAction struct {
actionutils.ParentAction
}
func (*UpdateAction) Init ¶
func (this *UpdateAction) Init()
func (*UpdateAction) RunGet ¶
func (this *UpdateAction) RunGet(params struct { DomainId int64 })
Click to show internal directories.
Click to hide internal directories.