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"` DatabaseUrl string `json:"database_url" 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.