package
0.0.0-20190121194634-33abfaa864a8
Repository: https://github.com/sentimentron/repositron.git
Documentation: pkg.go.dev
# Functions
CreateAccountingBlobStore returns a new AccountingBlobStore.
No description provided by the author
# Variables
No description provided by the author
# Structs
AccountingContentStore wraps another ContentStore, but adds tracking so that you can determine how much is stored there.
FileSystemContentStore lives in a local directory on this machine.
NullContentStore swallows all writes but does conform to the ContentStore interface.
ReadHeavyBufferedContentSTore is a ContentStore that writes to disk immediately, but also maintains a least-recently-used cache of file contents.
# Type aliases
No description provided by the author