Documentation ¶
Index ¶
Constants ¶
View Source
const (
VERSION = "0.1.1"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GlobalConfig ¶
type GlobalConfig struct { Debug bool `yaml:"debug"` Remain int `yaml:"remain"` // Rpc *RpcConfig `yaml:"rpc"` Web *WebConfig `yaml:"web"` Worker *WorkerConfig `yaml:"worker"` Smtp *SmtpConfig `yaml:"smtp"` }
var (
Config *GlobalConfig
)
type HistoryData ¶
type Mail ¶
type MysqlConfig ¶
type SmtpConfig ¶
type WorkerConfig ¶
Click to show internal directories.
Click to hide internal directories.