access

package
v1.3.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2024 License: BSD-3-Clause Imports: 17 Imported by: 0

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
})

func (*IndexAction) RunPost added in v0.2.3

func (this *IndexAction) RunPost(params struct {
	WebId    int64
	AuthJSON []byte

	Must *actions.Must
})

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
})

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL