Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmailsDeleteRequest ¶
type EmailsGetRequest ¶
type EmailsSendRequest ¶
type EmailsSendRequest struct {
Emails []MockEmail `json:"emails"`
}
type EmailsSendResponse ¶
type EmailsSendResponse struct {
EmailIDs []string `json:"emailIds"`
}
type MockEmailSender ¶
type MockEmailSender struct {
// contains filtered or unexported fields
}
func NewMockSender ¶
func NewMockSender() *MockEmailSender
func (*MockEmailSender) EmailViewer ¶
func (m *MockEmailSender) EmailViewer(pathPrefix string) http.Handler
func (*MockEmailSender) Send ¶
func (m *MockEmailSender) Send(emails ...MockEmail) []string
Click to show internal directories.
Click to hide internal directories.