package
0.0.0-20240919032739-eac131825870
Repository: https://github.com/nguyengg/golambda.git
Documentation: pkg.go.dev

# Interfaces

HasCreatedTimestamp is an optional interface for items that has timestamp for creation.
HasModifiedTimestamp is an optional interface for items that has timestamp for last modification.
Item provides basic methods to retrieve the table name and key.
Versioned is an optional interface for items that expose a version attribute for optimistic locking.