picgo/configs/captcha.go

9 lines
151 B
Go
Raw Permalink Normal View History

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