Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mailing ¶
type Mailing struct {
// contains filtered or unexported fields
}
func NewMailing ¶
func NewMailing(providerCfg mailing.MailProviderConfigInterface, msgCfg mailing.MessagingConfigInterface) (Mailing, error)
func NewMailingForProvider ¶
func NewMailingForProvider(provider contracts.ProviderInterface, msgCfg mailing.MessagingConfigInterface) Mailing
type MockLogger ¶
type MockLogger struct {
// contains filtered or unexported fields
}
func NewLogger ¶
func NewLogger(writer io.Writer) MockLogger
func (MockLogger) Print ¶
func (m MockLogger) Print(log string)
func (MockLogger) Printf ¶
func (m MockLogger) Printf(format string, args ...interface{})
Click to show internal directories.
Click to hide internal directories.