Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClustersPopupAction ¶
type ClustersPopupAction struct {
actionutils.ParentAction
}
func (*ClustersPopupAction) Init ¶
func (this *ClustersPopupAction) Init()
func (*ClustersPopupAction) RunGet ¶
func (this *ClustersPopupAction) RunGet(params struct { DomainId int64 })
type CreatePopupAction ¶
type CreatePopupAction struct {
actionutils.ParentAction
}
func (*CreatePopupAction) Init ¶
func (this *CreatePopupAction) Init()
func (*CreatePopupAction) RunGet ¶
func (this *CreatePopupAction) RunGet(params struct { ProviderId int64 })
func (*CreatePopupAction) RunPost ¶
func (this *CreatePopupAction) RunPost(params struct { ProviderId int64 Name string 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 NodesPopupAction ¶
type NodesPopupAction struct {
actionutils.ParentAction
}
func (*NodesPopupAction) Init ¶
func (this *NodesPopupAction) Init()
func (*NodesPopupAction) RunGet ¶
func (this *NodesPopupAction) RunGet(params struct { DomainId int64 })
type RoutesPopupAction ¶
type RoutesPopupAction struct {
actionutils.ParentAction
}
func (*RoutesPopupAction) Init ¶
func (this *RoutesPopupAction) Init()
func (*RoutesPopupAction) RunGet ¶
func (this *RoutesPopupAction) RunGet(params struct { DomainId int64 })
type SelectPopupAction ¶
type SelectPopupAction struct {
actionutils.ParentAction
}
func (*SelectPopupAction) Init ¶
func (this *SelectPopupAction) Init()
func (*SelectPopupAction) RunGet ¶
func (this *SelectPopupAction) RunGet(params struct { DomainId int64 })
func (*SelectPopupAction) RunPost ¶
func (this *SelectPopupAction) RunPost(params struct { DomainId int64 Must *actions.Must CSRF *actionutils.CSRF })
type ServersPopupAction ¶
type ServersPopupAction struct {
actionutils.ParentAction
}
func (*ServersPopupAction) Init ¶
func (this *ServersPopupAction) Init()
func (*ServersPopupAction) RunGet ¶
func (this *ServersPopupAction) RunGet(params struct { DomainId int64 })
type SyncAction ¶
type SyncAction struct {
actionutils.ParentAction
}
func (*SyncAction) RunPost ¶
func (this *SyncAction) RunPost(params struct { DomainId int64 })
type UpdatePopupAction ¶
type UpdatePopupAction struct {
actionutils.ParentAction
}
func (*UpdatePopupAction) Init ¶
func (this *UpdatePopupAction) Init()
func (*UpdatePopupAction) RunGet ¶
func (this *UpdatePopupAction) RunGet(params struct { DomainId int64 })
func (*UpdatePopupAction) RunPost ¶
func (this *UpdatePopupAction) RunPost(params struct { DomainId int64 Name string IsOn bool Must *actions.Must CSRF *actionutils.CSRF })
Source Files ¶
Click to show internal directories.
Click to hide internal directories.