# Functions
NewID instantiates a new randomly generated ID.
NewLocalStore instantiates a new LocalStore and uses the given dir as the place to store blobs.
WithMinFreeSpace seta the minimum amount of free dist space that must remain after writing a blob.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
LocalStore is a Store that stores blobs as flat files in a configured directory.
No description provided by the author
No description provided by the author