Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DismissXFFPromptAction ¶ added in v1.3.5
type DismissXFFPromptAction struct {
actionutils.ParentAction
}
func (*DismissXFFPromptAction) RunPost ¶ added in v1.3.5
func (this *DismissXFFPromptAction) RunPost(params struct{})
type IndexAction ¶
type IndexAction struct {
actionutils.ParentAction
}
func (*IndexAction) Init ¶
func (this *IndexAction) Init()
func (*IndexAction) RunGet ¶
func (this *IndexAction) RunGet(params struct { ShowAll bool })
func (*IndexAction) RunPost ¶
func (this *IndexAction) RunPost(params struct { Frame string CountryIdsJSON []byte ProvinceIdsJSON []byte AllowLocal bool AllowIPs []string AllowRememberLogin bool ClientIPHeaderNames string ClientIPHeaderOnly bool DenySearchEngines bool DenySpiders bool CheckClientFingerprint bool CheckClientRegion bool DomainsJSON []byte Must *actions.Must CSRF *actionutils.CSRF })
Click to show internal directories.
Click to hide internal directories.