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