Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultTemplateDir = `./template/backend` // 后台模板路径默认值 DefaultAssetsDir = `./public/assets/backend` // 后台素材路径默认值 DefaultAssetsURLPath = `/public/assets/backend` // 后台素材网址路径默认值 )
Variables ¶
View Source
var (
DefaultLocalHostNames = []string{
`127.0.0.1`, `localhost`,
}
)
Functions ¶
func DefaultConfigWatcher ¶
func DefaultConfigWatcher(mustOk bool)
func FireConfigChange ¶
func Initialize ¶
func Initialize()
func MakeSubdomains ¶
func OnConfigChange ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.