ui

package
v0.3.7 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2021 License: BSD-3-Clause Imports: 29 Imported by: 0

Documentation

Index

Constants

View Source
const ChinaCountryId = 1

Variables

This section is empty.

Functions

This section is empty.

Types

type ComponentsAction

type ComponentsAction actions.Action

func (*ComponentsAction) RunGet

func (this *ComponentsAction) RunGet(params struct{})

type DownloadAction

type DownloadAction struct {
	actionutils.ParentAction
}

下载指定的文本内容

func (*DownloadAction) Init

func (this *DownloadAction) Init()

func (*DownloadAction) RunGet

func (this *DownloadAction) RunGet(params struct {
	File string
	Text string
})

type EventLevelOptionsAction added in v0.0.10

type EventLevelOptionsAction struct {
	actionutils.ParentAction
}

func (*EventLevelOptionsAction) RunPost added in v0.0.10

func (this *EventLevelOptionsAction) RunPost(params struct{})

type HideTipAction added in v0.2.4

type HideTipAction struct {
	actionutils.ParentAction
}

func (*HideTipAction) RunPost added in v0.2.4

func (this *HideTipAction) RunPost(params struct {
	Code string
})

type ImageAction added in v0.0.12

type ImageAction struct {
	actionutils.ParentAction
}

公开的图片,不需要检查用户权限

func (*ImageAction) Init added in v0.0.12

func (this *ImageAction) Init()

func (*ImageAction) RunGet added in v0.0.12

func (this *ImageAction) RunGet(params struct {
	FileId int64
})

type SelectCountriesPopupAction

type SelectCountriesPopupAction struct {
	actionutils.ParentAction
}

func (*SelectCountriesPopupAction) Init

func (this *SelectCountriesPopupAction) Init()

func (*SelectCountriesPopupAction) RunGet

func (this *SelectCountriesPopupAction) RunGet(params struct {
	CountryIds string
})

func (*SelectCountriesPopupAction) RunPost

func (this *SelectCountriesPopupAction) RunPost(params struct {
	CountryIds []int64

	Must *actions.Must
	CSRF *actionutils.CSRF
})

type SelectProvincesPopupAction

type SelectProvincesPopupAction struct {
	actionutils.ParentAction
}

func (*SelectProvincesPopupAction) Init

func (this *SelectProvincesPopupAction) Init()

func (*SelectProvincesPopupAction) RunGet

func (this *SelectProvincesPopupAction) RunGet(params struct {
	ProvinceIds string
})

func (*SelectProvincesPopupAction) RunPost

func (this *SelectProvincesPopupAction) RunPost(params struct {
	ProvinceIds []int64

	Must *actions.Must
	CSRF *actionutils.CSRF
})

type ShowTipAction added in v0.2.4

type ShowTipAction struct {
	actionutils.ParentAction
}

func (*ShowTipAction) RunPost added in v0.2.4

func (this *ShowTipAction) RunPost(params struct {
	Code string
})

type ThemeAction added in v0.2.8

type ThemeAction struct {
	actionutils.ParentAction
}

func (*ThemeAction) RunPost added in v0.2.8

func (this *ThemeAction) RunPost(params struct{})

type ValidateIPsAction added in v0.3.1

type ValidateIPsAction struct {
	actionutils.ParentAction
}

func (*ValidateIPsAction) RunPost added in v0.3.1

func (this *ValidateIPsAction) RunPost(params struct {
	Ips string
})

Jump to

Keyboard shortcuts

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