captcha

package
v0.0.0-...-6525043 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2021 License: MIT Imports: 13 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL