Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Key string Type ConfigType Default string Title string Description template.HTML Options []ConfigOption Required bool Error string Action ConfigAction }
type ConfigOption ¶
type ConfigType ¶
type ConfigType string
const ( ConfigTypeText ConfigType = "text" ConfigTypeNumber ConfigType = "number" ConfigTypePassword ConfigType = "password" ConfigTypeCheckbox ConfigType = "checkbox" ConfigTypeSelect ConfigType = "select" )
Click to show internal directories.
Click to hide internal directories.