Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CloseDatabaseConnection ¶
func SetUpDatabaseConnection ¶
Types ¶
type EmailConfig ¶
type EmailConfig struct { Host string `mapstructure:"SMTP_HOST"` Port int `mapstructure:"SMTP_PORT"` SenderName string `mapstructure:"SMTP_SENDER_NAME"` AuthEmail string `mapstructure:"SMTP_AUTH_EMAIL"` AuthPassword string `mapstructure:"SMTP_AUTH_PASSWORD"` }
func NewEmailConfig ¶
func NewEmailConfig() (*EmailConfig, error)
Click to show internal directories.
Click to hide internal directories.