Documentation ¶
Index ¶
- type ConcealEmailEntity
- type ConcealEmailMapping
- type DynamoDbGateway
- func (receiver DynamoDbGateway) AddConcealedEmailToActualEmailMapping(concealPrefix string, actualEmail string, description *string) error
- func (receiver DynamoDbGateway) DeleteConcealedEmailToActualEmailMapping(concealPrefix string) error
- func (receiver DynamoDbGateway) UpdateConcealedEmail(concealPrefix string, description *string) error
- type KeyBase
- type OsEnvironmentGateway
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConcealEmailEntity ¶
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 OsEnvironmentGateway ¶
type OsEnvironmentGateway struct{}
func (OsEnvironmentGateway) GetEnvironmentValue ¶
func (receiver OsEnvironmentGateway) GetEnvironmentValue(key string) string
Click to show internal directories.
Click to hide internal directories.