aws

package
v0.0.0-...-62c273f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 7, 2021 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EmailGenerator

type EmailGenerator interface {
	GenerateEmail(csv *models.CSV) error
}

EmailGenerator provides an interface by which to interact with aws emails.

func NewEmailGenerator

func NewEmailGenerator(cfg *c.Config) EmailGenerator

NewEmailGenerator returns a new EmailGenerator interface implementation.

type Impl

type Impl struct {
	// contains filtered or unexported fields
}

Impl is a concrete implementation of the EmailGenerator interface.

func (*Impl) GenerateEmail

func (eg *Impl) GenerateEmail(csv *models.CSV) error

GenerateEmail is a method used to send an email using amazon's Golang sdk.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL