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()
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{})
func (*CreateAction) RunPost ¶
func (this *CreateAction) RunPost(params struct { Name string Description string UserId int64 UserPlanId int64 ClusterId int64 GroupIds []int64 ServerType string Addresses string ServerNames string CertIdsJSON []byte Origins string AccessLogIsOn bool WebsocketIsOn bool CacheIsOn bool WafIsOn bool RemoteAddrIsOn bool StatIsOn bool WebRoot string Must *actions.Must })
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 NearbyAction ¶ added in v0.3.2
type NearbyAction struct {
actionutils.ParentAction
}
NearbyAction 查找附近的Server
func (*NearbyAction) RunPost ¶ added in v0.3.2
func (this *NearbyAction) RunPost(params struct { ServerId int64 Url string })
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.