Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultConfig = &Config{ LogLevel: "info", Db: &Db{ Type: "mysql", Host: "root:password@tcp(127.0.0.1:3306)/hkrpg-go-push?charset=utf8mb4&parseTime=True&loc=Local", }, Host: "127.0.0.1", Port: "3000", Email: &Email{ Is: false, From: "123456789@qq.com", Addr: "smtp.qq.com:587", Host: "smtp.qq.com", Identity: "123456789", }, Webhooks: &Webhooks{ Is: false, Info: "", Error: "", }, }
View Source
var FileNotExist = errors.New("config file not found")
View Source
var WebhookClient *resty.Client
Functions ¶
func LoadConfig ¶
Types ¶
type Config ¶
Click to show internal directories.
Click to hide internal directories.