mirror of
https://gitee.com/goploy/goploy.git
synced 2024-11-29 18:57:59 +08:00
6 lines
77 B
Go
6 lines
77 B
Go
package config
|
|
|
|
type CaptchaConfig struct {
|
|
Enabled bool `toml:"enabled"`
|
|
}
|