alist/internal/conf/const.go
2022-06-27 14:32:21 +08:00

10 lines
135 B
Go

package conf
const (
TypeString = "string"
TypeSelect = "select"
TypeBool = "bool"
TypeText = "text"
TypeNumber = "number"
)