package
Version:
v0.0.0-...-f176acd
Opens a new window with list of versions in this module.
Published: Sep 16, 2019
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Bot struct {
Name string `toml:"name"`
Email string `toml:"email"`
Password string `toml:"password"`
KahlaServer string `toml:"kahlaserver"`
CallbackServer string `toml:"callbackserver"`
MessageCallbackEndpoint string `toml:"messagecallbackendpoint"`
}
type Config struct {
Host string `toml:"HOST"`
Port int `toml:"PORT"`
Env string `toml:"ENV"`
BotConfig Bot `toml:"bot"`
CorsOriginURL string `toml:"CORS_ORIGIN_URL"`
MySqlDSN string `toml:"MYSQL_DSN"`
TokenLength int `toml:"TOKEN_LENGTH"`
}
定义配置结构体
Source Files
¶
Click to show internal directories.
Click to hide internal directories.