package configs type Captcha struct { Expire int `yaml:"expire"` Width int `yaml:"width"` Hight int `yaml:"hight"` Length int `yaml:"length"` }