consted

package
v0.2.6 Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Cookie_Email    = "X-Forwarded-Email"
	Cookie_Groups   = "X-Forwarded-Groups"
	Cookie_User     = "X-Forwarded-User"
	Cookie_Username = "X-Forwarded-Preferred-Username"
	SessionName     = "goquestsession"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type FieldType

type FieldType string

表单字段类型

const (
	StringField FieldType = "string"
	IntField    FieldType = "int"
	Int16Field  FieldType = "int16"
	Int64Field  FieldType = "int64"
	Text        FieldType = "text"
	Textarea    FieldType = "textarea"
	Radio       FieldType = "radio"
	Select      FieldType = "select"
	MultiSelect FieldType = "multiselect"
	File        FieldType = "file"
	Time        FieldType = "time"
	OneToOne    FieldType = "o2o"
	OneToMany   FieldType = "o2m"
	ManyToMany  FieldType = "m2m"
	Password    FieldType = "password"
)

type HtmlComponentType

type HtmlComponentType int

html组件类型

const (
	FormComponent HtmlComponentType = iota
	EditFormComponent
	AdminColumns
	StrToHtml
	BeegoLi
	Upload
)

Jump to

Keyboard shortcuts

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