Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FCMConfig ¶
type FCMConfig struct {
// contains filtered or unexported fields
}
func NewFCMConfig ¶
type SMTPMailConfig ¶
type SMTPMailConfig struct { Host string Port string Username string Password string SenderName string SenderAddress string }
func NewSMTPConfiguration ¶
func NewSMTPConfiguration() SMTPMailConfig
func (SMTPMailConfig) SMTPAuth ¶
func (c SMTPMailConfig) SMTPAuth() smtp.Auth
Click to show internal directories.
Click to hide internal directories.