Documentation ¶
Index ¶
Constants ¶
View Source
const (
VERSION = "1.0.0"
)
Variables ¶
View Source
var (
ConfigFile string
)
Functions ¶
Types ¶
type GlobalConfig ¶
type GlobalConfig struct { Debug bool `json:"debug"` Http *HttpConfig `json:"http"` Sms *SmsConfig `json:"sms"` Smtp *SmtpConfig `json:"smtp"` Wechat *WechatConfig `json:"wechat"` }
func Config ¶
func Config() *GlobalConfig
type HttpConfig ¶
type SmtpConfig ¶
type WechatConfig ¶
Click to show internal directories.
Click to hide internal directories.