Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultAttrName ¶
DefaultAttrName converts a Go struct field name to the preferred camelCase DynamoDB attribute name.
func ResolveAttrName ¶
func ResolveAttrName(field reflect.StructField) (string, bool)
ResolveAttrName determines the DynamoDB attribute name for a field. It returns the attribute name and a bool indicating whether the field should be skipped.
func ValidateAttrName ¶
ValidateAttrName enforces camelCase (with PK/SK exceptions) for DynamoDB attribute names.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.