Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebSite ¶
type WebSite struct {
app.Pk
Name WebSiteName `orm:"column(name)"` // 应用名称
BaseUrl string `orm:"column(base_url)"` // url前缀
Copyright string `orm:"column(copyright)"` // 版权
Icp string `orm:"column(icp)"` // icp
Favicon string `orm:"column(favicon)"` // favicon url
Logo string `orm:"column(logo)"` // logo名称
app.TableChangeInfo
}
type WebSiteInfo ¶
type WebSiteInfo struct {
Name WebSiteName // 应用名称
BaseUrl string // url前缀
Copyright string // 版权
Icp string // icp
Favicon string // favicon url
Logo string // logo名称
}
func GetWebsiteFrame ¶
func GetWebsiteFrame(name WebSiteName) (ws WebSiteInfo, err error)
type WebSiteName ¶
type WebSiteName string
Click to show internal directories.
Click to hide internal directories.