package
Version:
v1.1.3
Opens a new window with list of versions in this module.
Published: Dec 21, 2021
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BotConfig struct {
ConverterAPI string `yaml:"converterAPI"`
MaxConn int `yaml:"maxConn"`
MaxOnline int `yaml:"maxOnline"`
LogLevel log.LogLevel `yaml:"log_level"`
Internal int `yaml:"internal"`
TelegramToken string `yaml:"telegramToken"`
}
type RawConfig struct {
Proxy []map[string]interface{} `yaml:"proxies"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.