ui

package
v1.3.6 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CityOptionsAction added in v0.4.8

type CityOptionsAction struct {
	actionutils.ParentAction
}

func (*CityOptionsAction) RunPost added in v0.4.8

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

type ComponentsAction

type ComponentsAction actions.Action

func (*ComponentsAction) RunGet

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

type CountryOptionsAction added in v0.4.8

type CountryOptionsAction struct {
	actionutils.ParentAction
}

func (*CountryOptionsAction) RunPost added in v0.4.8

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

type DownloadAction

type DownloadAction struct {
	actionutils.ParentAction
}

DownloadAction 下载指定的文本内容

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 ProviderOptionsAction added in v0.4.8

type ProviderOptionsAction struct {
	actionutils.ParentAction
}

func (*ProviderOptionsAction) RunPost added in v0.4.8

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

type ProvinceOptionsAction added in v0.4.8

type ProvinceOptionsAction struct {
	actionutils.ParentAction
}

func (*ProvinceOptionsAction) RunPost added in v0.4.8

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

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