aws

package
v0.0.0-...-791ffb2 Latest Latest
Warning

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

Go to latest
Published: Aug 6, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NuxtMailRepository

type NuxtMailRepository struct{}

func (*NuxtMailRepository) Send

func (nm *NuxtMailRepository) Send(arg domain.NuxtMail, region, keyID, secretKey string) (*string, error)

type SES

type SES interface {
	GetRegion() string
	GetKeyid() string
	GetSecretkey() string
}

type SESRepository

type SESRepository struct {
	SES SES
}

func (*SESRepository) GetKeyid

func (ses *SESRepository) GetKeyid() string

func (*SESRepository) GetRegion

func (ses *SESRepository) GetRegion() string

func (*SESRepository) GetSecretkey

func (ses *SESRepository) GetSecretkey() string

Jump to

Keyboard shortcuts

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