Documentation
¶
Index ¶
Constants ¶
View Source
const (
// ConfigKeyDBVersion is the key for db version in config table
ConfigKeyDBVersion = "db_version"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Name string `json:"name" gorm:"primary_key;type:varchar(32)"`
Value string `json:"value" gorm:"type:varchar(128)"`
Type string `json:"type" gorm:"type:varchar(100)"`
Description string `json:"description" gorm:"type:text"`
}
Config -
Click to show internal directories.
Click to hide internal directories.