Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Communication ¶
type Communication struct {
// contains filtered or unexported fields
}
func NewCommunication ¶
func NewCommunication(em Emailer) Communication
func (*Communication) Communicate ¶
func (c *Communication) Communicate(to, toemail string) (int, error)
type SendGridEmailer ¶
func NewSendGridEmailer ¶
func NewSendGridEmailer() SendGridEmailer
Click to show internal directories.
Click to hide internal directories.