Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateDeletePopupAction ¶
type CreateDeletePopupAction struct {
actionutils.ParentAction
}
func (*CreateDeletePopupAction) Init ¶
func (this *CreateDeletePopupAction) Init()
func (*CreateDeletePopupAction) RunGet ¶
func (this *CreateDeletePopupAction) RunGet(params struct { HeaderPolicyId int64 Type string })
type CreateNonStandardPopupAction ¶ added in v1.1.0
type CreateNonStandardPopupAction struct {
actionutils.ParentAction
}
func (*CreateNonStandardPopupAction) Init ¶ added in v1.1.0
func (this *CreateNonStandardPopupAction) Init()
func (*CreateNonStandardPopupAction) RunGet ¶ added in v1.1.0
func (this *CreateNonStandardPopupAction) RunGet(params struct { HeaderPolicyId int64 Type string })
type CreateSetPopupAction ¶
type CreateSetPopupAction struct {
actionutils.ParentAction
}
func (*CreateSetPopupAction) Init ¶
func (this *CreateSetPopupAction) Init()
func (*CreateSetPopupAction) RunGet ¶
func (this *CreateSetPopupAction) RunGet(params struct { HeaderPolicyId int64 Type string })
type DeleteDeletingHeaderAction ¶
type DeleteDeletingHeaderAction struct {
actionutils.ParentAction
}
func (*DeleteDeletingHeaderAction) RunPost ¶
func (this *DeleteDeletingHeaderAction) RunPost(params struct { HeaderPolicyId int64 HeaderName string })
type DeleteNonStandardHeaderAction ¶ added in v1.1.0
type DeleteNonStandardHeaderAction struct {
actionutils.ParentAction
}
func (*DeleteNonStandardHeaderAction) RunPost ¶ added in v1.1.0
func (this *DeleteNonStandardHeaderAction) RunPost(params struct { HeaderPolicyId int64 HeaderName string })
type IndexAction ¶
type IndexAction struct {
actionutils.ParentAction
}
func (*IndexAction) Init ¶
func (this *IndexAction) Init()
func (*IndexAction) RunGet ¶
func (this *IndexAction) RunGet(params struct { ServerId int64 })
type UpdateCORSPopupAction ¶ added in v0.6.0
type UpdateCORSPopupAction struct {
actionutils.ParentAction
}
func (*UpdateCORSPopupAction) Init ¶ added in v0.6.0
func (this *UpdateCORSPopupAction) Init()
func (*UpdateCORSPopupAction) RunGet ¶ added in v0.6.0
func (this *UpdateCORSPopupAction) RunGet(params struct { HeaderPolicyId int64 })
func (*UpdateCORSPopupAction) RunPost ¶ added in v0.6.0
func (this *UpdateCORSPopupAction) RunPost(params struct { HeaderPolicyId int64 CorsJSON []byte Must *actions.Must CSRF *actionutils.CSRF })
type UpdateSetPopupAction ¶
type UpdateSetPopupAction struct {
actionutils.ParentAction
}
func (*UpdateSetPopupAction) Init ¶
func (this *UpdateSetPopupAction) Init()
func (*UpdateSetPopupAction) RunGet ¶
func (this *UpdateSetPopupAction) RunGet(params struct { HeaderPolicyId int64 HeaderId int64 Type string })
Click to show internal directories.
Click to hide internal directories.