storage/

directory
v0.1.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 16, 2024 License: Apache-2.0

Directories

Path Synopsis
Package cachestore implements the blob.Store that delegates to an underlying store through an in-memory cache.
Package cachestore implements the blob.Store that delegates to an underlying store through an in-memory cache.
codecs
encrypted
Package encrypted implements an encryption codec which encodes data by encrypting and authenticating with a cipher.AEAD instance.
Package encrypted implements an encryption codec which encodes data by encrypting and authenticating with a cipher.AEAD instance.
zlib
Package zlib implements the encoded.Codec interface to apply zlib compression to blobs.
Package zlib implements the encoded.Codec interface to apply zlib compression to blobs.
Package encoded implements a blob.Store that applies a reversible encoding such as compression to the data.
Package encoded implements a blob.Store that applies a reversible encoding such as compression to the data.
Package filestore implements the blob.Store interface using files.
Package filestore implements the blob.Store interface using files.
Package prefixed implements a blob.Store interface that delegates to another Store, with keys namespaced by a fixed prefix concatenated with each key.
Package prefixed implements a blob.Store interface that delegates to another Store, with keys namespaced by a fixed prefix concatenated with each key.
Package suffixed implements a blob.Store interface that delegates to another Store, with keys namespaced by a fixed suffix concatenated with each key.
Package suffixed implements a blob.Store interface that delegates to another Store, with keys namespaced by a fixed suffix concatenated with each key.
Package wbstore implements a wrapper for a blob.CAS that caches writes of content-addressed data in a buffer and pushes them into a base store in the background.
Package wbstore implements a wrapper for a blob.CAS that caches writes of content-addressed data in a buffer and pushes them into a base store in the background.
Package zipstore implements a read-only view of the blob.Store interface using files stored in a ZIP archive.
Package zipstore implements a read-only view of the blob.Store interface using files stored in a ZIP archive.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL