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 {
}
Store *CodeConfig.CodeStoreSetting `json:"store" yaml:"store"`
}
var Setting *EmailSetting = &EmailSetting{ Enabled: false, Sender: struct { }{}, Store: EmailCodeConfig.Setting, }
type RedisCodeStoreSetting ¶
Click to show internal directories.
Click to hide internal directories.