Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DescribeQuoteTable ¶
func DescribeQuoteTable() int64
DescribeQuoteTable retrieves information about a DynamoDB table by name. Returns: - int64: the item count of the table
func QueryQuoteByID ¶
func QueryQuoteByID(id string) []map[string]types.AttributeValue
QueryQuoteByID retrieves a quote from the database based on the provided ID. Parameter: - id: the ID of the quote to retrieve. Returns an interface{} containing the retrieved quote.
Types ¶
Click to show internal directories.
Click to hide internal directories.