Documentation
¶
Index ¶
- type SenderMock
- func (m *SenderMock) HealthCheck() bool
- func (m *SenderMock) SendHtmlMessage(subject string, content string, to string, attachments ...string) error
- func (m *SenderMock) SendHtmlMessages(subject string, content string, to []string, attachments ...string) error
- func (m *SenderMock) SendPlainMessage(subject string, content string, to string, attachments ...string) error
- func (m *SenderMock) SendPlainMessages(subject string, content string, to []string, attachments ...string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SenderMock ¶
func (*SenderMock) HealthCheck ¶
func (m *SenderMock) HealthCheck() bool
func (*SenderMock) SendHtmlMessage ¶
func (*SenderMock) SendHtmlMessages ¶
func (*SenderMock) SendPlainMessage ¶
func (*SenderMock) SendPlainMessages ¶
Click to show internal directories.
Click to hide internal directories.