Authentication
Client Settings
package settings
type Settings struct {
AuthKey string `json:"key"`
DiscordWebhook string `json:"webhook"`
TwoCaptchaKey string `json:"2captcha_key"`
AnticaptchaKey string `json:"anticaptcha_key"`
CapmonsterKey string `json:"capmonster_key"`
Solver string `json:"solver"`
Delay Delay `json:"delay"`
TaskShoutDown string `json:"task_shutdown"`
}
type Delay struct {
Retry string `json:"retry"`
Timeout string `json:"timeout"`
}Validate a License Key
Last updated