Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SystemConfig ¶
type SystemConfig struct { ID int64 `json:"id"` Key string `json:"key" xorm:"unique"` Val string `json:"val"` Name string `json:"name"` Describe string `json:"describe"` }
func (*SystemConfig) Get ¶
func (sc *SystemConfig) Get(Key string) string
func (*SystemConfig) Set ¶
func (sc *SystemConfig) Set(key, val string) error
func (SystemConfig) TableName ¶
func (SystemConfig) TableName() string
Click to show internal directories.
Click to hide internal directories.