Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Setting ¶
type SettingModel ¶
type SettingModel struct {
ID string `gorm:"type:varchar(20);not null;primaryKey"`
Value string `gorm:"type:varchar(1000);not null"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
}
func (SettingModel) TableName ¶
func (SettingModel) TableName() string
Click to show internal directories.
Click to hide internal directories.