# Functions
LoadConfigFile loads a file into conf and returns.
SetupLogger creates a logger to use.
# Constants
BindingEquivalence means a record that matched all of the fields of the subject was found.
IDEquivalence means a record with the same ID as the subject was found, but one or more of its other fields did not match the subject.
NoEquivalence means means there was no matching record of any kind in Dynamo.
UnknownEquivalence means equivalence could not be determined.
# Variables
DefaultServer on port.
ErrNoSecretKey - configuration error, no secret key.
ErrRequestTooLarge - processing error, request is too big.
ErrUnrecognizedRequest - processing error, request unrecognized.
Version - the version?.
# Structs
BlindedTokenBulkRedeemRequest - this is the redemption in bulk form.
BlindedTokenIssueRequestV2 - version 2 blinded token issue request.
BlindedTokenRedemptionInfo - this is the redemption information.
CachingConfig is how long data is cached.
DBConfig defines app configurations.
Redemption is a token Redeemed.
RedemptionV2 is a token Redeemed.
Server - base server type.
# Interfaces
CacheInterface cache functions.
Queryable is an interface requiring the method Query.
# Type aliases
Equivalence represents the type of equality discovered when checking DynamoDB data.