Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheCodeStoreSetting ¶
type CacheCodeStoreSetting struct {
Enabled bool `json:"enabled" yaml:"enabled"`
}
type EmailSetting ¶
type EmailSetting struct { Enabled bool `json:"enabled" yaml:"enabled"` Sender struct { } }
var Setting *EmailSetting = &EmailSetting{ Enabled: false, Sender: struct { }{}, }
type RedisCodeStoreSetting ¶
Click to show internal directories.
Click to hide internal directories.