Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddOriginPopupAction ¶
type AddOriginPopupAction struct {
actionutils.ParentAction
}
func (*AddOriginPopupAction) Init ¶
func (this *AddOriginPopupAction) Init()
func (*AddOriginPopupAction) RunGet ¶
func (this *AddOriginPopupAction) RunGet(params struct { ServerType string })
type AddPortPopupAction ¶
type AddPortPopupAction struct {
actionutils.ParentAction
}
func (*AddPortPopupAction) Init ¶
func (this *AddPortPopupAction) Init()
func (*AddPortPopupAction) RunGet ¶
func (this *AddPortPopupAction) RunGet(params struct { ServerType string Protocol string })
type AddServerNamePopupAction ¶
type AddServerNamePopupAction struct {
actionutils.ParentAction
}
func (*AddServerNamePopupAction) Init ¶
func (this *AddServerNamePopupAction) Init()
func (*AddServerNamePopupAction) RunGet ¶
func (this *AddServerNamePopupAction) RunGet(params struct{})
type CreateAction ¶
type CreateAction struct {
actionutils.ParentAction
}
func (*CreateAction) Init ¶
func (this *CreateAction) Init()
func (*CreateAction) RunGet ¶
func (this *CreateAction) RunGet(params struct{})
type Helper ¶
type Helper struct { }
func (*Helper) BeforeAction ¶
func (this *Helper) BeforeAction(action *actions.ActionObject)
type IndexAction ¶
type IndexAction struct {
actionutils.ParentAction
}
func (*IndexAction) Init ¶
func (this *IndexAction) Init()
type ServerNamesPopupAction ¶
type ServerNamesPopupAction struct {
actionutils.ParentAction
}
func (*ServerNamesPopupAction) Init ¶
func (this *ServerNamesPopupAction) Init()
func (*ServerNamesPopupAction) RunGet ¶
func (this *ServerNamesPopupAction) RunGet(params struct { ServerId int64 })
type StatusAction ¶
type StatusAction struct {
actionutils.ParentAction
}
func (*StatusAction) RunPost ¶
func (this *StatusAction) RunPost(params struct { ServerIds []int64 })
type UpdateAction ¶
type UpdateAction struct {
actionutils.ParentAction
}
func (*UpdateAction) Init ¶
func (this *UpdateAction) Init()
func (*UpdateAction) RunGet ¶
func (this *UpdateAction) RunGet(params struct{})
Source Files ¶
Click to show internal directories.
Click to hide internal directories.