storage/

directory
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2024 License: Apache-2.0

Directories

Path Synopsis
Package affixed implements a blob.Store interface that delegates to another Store, with keys namespaced by a fixed prefix and/or suffix concatenated with each key.
Package affixed implements a blob.Store interface that delegates to another Store, with keys namespaced by a fixed prefix and/or suffix concatenated with each key.
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 hexkey implements utilities for hexadecimal encoding of blob store keys.
Package hexkey implements utilities for hexadecimal encoding of blob store keys.
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