Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunService ¶
func RunService()
Types ¶
type Config ¶
type Config struct { ButtonText string `mapstructure:"button_text"` WelcomeMessage string `mapstructure:"welcome_message"` AfterSuccessMessage string `mapstructure:"after_success_message"` AfterFailMessage string `mapstructure:"after_fail_message"` PrintSuccessAndFail string `mapstructure:"print_success_and_fail_messages_strategy"` WelcomeTimeout string `mapstructure:"welcome_timeout"` BanDurations string `mapstructure:"ban_duration"` UseSocks5Proxy string `mapstructure:"use_socks5_proxy"` Socks5Address string `mapstructure:"socks5_address"` Socks5Port string `mapstructure:"socks5_port"` Socks5Login string `mapstructure:"socks5_login"` Socks5Password string `mapstructure:"socks5_password"` }
Config struct for toml config file
Click to show internal directories.
Click to hide internal directories.