goploy/config/captcha.go

6 lines
77 B
Go
Raw Normal View History

2024-01-19 09:25:00 +08:00
package config
type CaptchaConfig struct {
Enabled bool `toml:"enabled"`
}