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 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. |
Click to show internal directories.
Click to hide internal directories.