Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MailSender ¶
type MailSender interface { health.Provider SendMail(params *SendMailParams) error }
type SendMailError ¶
type SendMailError struct { Cause error Code int Msg string // contains filtered or unexported fields }
func (*SendMailError) Error ¶
func (s *SendMailError) Error() string
Click to show internal directories.
Click to hide internal directories.