Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mailer ¶
type Mailer interface {
Send(request *SendRequest) (*SendResponse, error)
}
type SendRequest ¶
type SendResponse ¶
type SendResponse struct { }
Click to show internal directories.
Click to hide internal directories.