Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SaveGlobalConfig ¶
Types ¶
type GlobalOption ¶
type GlobalOption struct { Id string `orm:"pk;column(Id);"` Name string `orm:"column(name);"` Value string `orm:"column(value);"` Description string `orm:"column(description);"` }
func ListGlobalOptions ¶
func ListGlobalOptions(condArr map[string]string, page int, offset int) (num int64, err error, options []GlobalOption)
获取全局配置列表
func (*GlobalOption) TableName ¶
func (this *GlobalOption) TableName() string
Click to show internal directories.
Click to hide internal directories.