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 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.