gateways

package
v0.0.0-...-433df20 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2020 License: GPL-3.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConcealEmailEntity

type ConcealEmailEntity struct {
	KeyBase
	Description *string `dynamodbav:"description"`
}

type ConcealEmailMapping

type ConcealEmailMapping struct {
	KeyBase
}

type DynamoDbGateway

type DynamoDbGateway struct{}

func (DynamoDbGateway) AddConcealedEmailToActualEmailMapping

func (receiver DynamoDbGateway) AddConcealedEmailToActualEmailMapping(concealPrefix string, actualEmail string, description *string) error

func (DynamoDbGateway) DeleteConcealedEmailToActualEmailMapping

func (receiver DynamoDbGateway) DeleteConcealedEmailToActualEmailMapping(concealPrefix string) error

func (DynamoDbGateway) UpdateConcealedEmail

func (receiver DynamoDbGateway) UpdateConcealedEmail(concealPrefix string, description *string) error

type KeyBase

type KeyBase struct {
	Primary   string `dynamodbav:"primary"`
	Secondary string `dynamodbav:"secondary"`
}

type OsEnvironmentGateway

type OsEnvironmentGateway struct{}

func (OsEnvironmentGateway) GetEnvironmentValue

func (receiver OsEnvironmentGateway) GetEnvironmentValue(key string) string

Jump to

Keyboard shortcuts

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