Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreatePopupAction ¶ added in v0.2.3
type CreatePopupAction struct {
actionutils.ParentAction
}
func (*CreatePopupAction) Init ¶ added in v0.2.3
func (this *CreatePopupAction) Init()
func (*CreatePopupAction) RunGet ¶ added in v0.2.3
func (this *CreatePopupAction) RunGet(params struct{})
func (*CreatePopupAction) RunPost ¶ added in v0.2.3
func (this *CreatePopupAction) RunPost(params struct { Name string Type string // BasicAuth HttpAuthBasicAuthUsersJSON []byte BasicAuthRealm string BasicAuthCharset string // SubRequest SubRequestURL string SubRequestMethod string SubRequestFollowRequest bool Exts []string DomainsJSON []byte Must *actions.Must CSRF *actionutils.CSRF })
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 RandomAction ¶ added in v0.5.2
type RandomAction struct {
actionutils.ParentAction
}
func (*RandomAction) RunPost ¶ added in v0.5.2
func (this *RandomAction) RunPost(params struct{})
type UpdatePopupAction ¶ added in v0.2.3
type UpdatePopupAction struct {
actionutils.ParentAction
}
func (*UpdatePopupAction) Init ¶ added in v0.2.3
func (this *UpdatePopupAction) Init()
func (*UpdatePopupAction) RunGet ¶ added in v0.2.3
func (this *UpdatePopupAction) RunGet(params struct { PolicyId int64 })
func (*UpdatePopupAction) RunPost ¶ added in v0.2.3
func (this *UpdatePopupAction) RunPost(params struct { PolicyId int64 Name string IsOn bool // BasicAuth HttpAuthBasicAuthUsersJSON []byte BasicAuthRealm string BasicAuthCharset string // SubRequest SubRequestURL string SubRequestMethod string SubRequestFollowRequest bool Exts []string DomainsJSON []byte Must *actions.Must CSRF *actionutils.CSRF })
Click to show internal directories.
Click to hide internal directories.