Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfigOptions ¶
type ConfigOptions struct {
Domain string `json:"domain" yaml:"domain"`
Database struct {
Driver string `json:"driver" yaml:"driver"`
Url string `json:"url" yaml:"url"`
} `json:"database" yaml:"database_url"`
CFEmail string `json:"cf_email" yaml:"cf_email"`
CFKey string `json:"cf_key" yaml:"cf_key"`
SourceFiles []string `json:"source-files" yaml:"source-files"`
}
var Config ConfigOptions
Config 配置
Click to show internal directories.
Click to hide internal directories.