Documentation
¶
Index ¶
Constants ¶
View Source
const TableName string = "plugin_configs"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PluginConfig ¶
type PluginConfig struct {
ID uint64 `gorm:"primaryKey;"`
SlugName string `gorm:"column:slug_name;uniqueIndex;not null;size:128;check:LENGTH(slug_name) >= 4;"`
Value string `gorm:"column:value;type:text;"`
}
func (PluginConfig) TableName ¶
func (PluginConfig) TableName() string
Click to show internal directories.
Click to hide internal directories.