package
0.0.0-20240311033727-62d34d757da5
Repository: https://github.com/jo-hoe/serverless-toolbox.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
NewHashKeyValueRepo creates a new instance and uses an initialized KeyValueRepo.
NewInMemoryRepo creates a new instance of the repository.
ToKey transforms a struct into a hash key for this repository.
# Structs
HashKeyValueRepo extends functionalities of KeyValueStore.
InMemoryRepo stores all entities in-memory.
KeyValuePair has the stored entity in addition to an autogenerated id.
# Interfaces
KeyValueRepo is a generic repository which accepts values of type interface.