# Functions
NewComponent constructs a default component.
NewDynamoComponent constructs a default DynamoComponent.
NewMemoryComponent constructs a default MemoryComponent.
# Constants
TypeDynamo indicates the AWS DynamoDB selection.
TypeMemory indicates the in-memory selection.
# Structs
Component is the top level aggregate of all store components.
Config is the top level aggregate of all store implemenations.
DynamoComponent implements the component interface for the in-memory option.
DynamoConf wraps the original config to add a name.
DynamoConfig contains all settings for the in-memory component.
DynamoDB implements store using AWS DynamoDB.
Memory is an in-memory implementation of the store.
MemoryComponent implements the component interface for the in-memory option.
MemoryConfig contains all settings for the in-memory component.