Directories
¶
Path | Synopsis |
---|---|
Package blob defines types to refer to and retrieve low-level Perkeep blobs.
|
Package blob defines types to refer to and retrieve low-level Perkeep blobs. |
files
Package files implements the blobstore interface by storing each blob in its own file in nested directories.
|
Package files implements the blobstore interface by storing each blob in its own file in nested directories. |
local
Package local implements functionality common to both the "localdisk" and "diskpacked" storage mechanisms.
|
Package local implements functionality common to both the "localdisk" and "diskpacked" storage mechanisms. |
localdisk
Package localdisk registers the "filesystem" blobstore storage type, storing blobs in a forest of sharded directories at the specified root.
|
Package localdisk registers the "filesystem" blobstore storage type, storing blobs in a forest of sharded directories at the specified root. |
memory
Package memory registers the "memory" blobstore storage type, storing blobs in an in-memory map.
|
Package memory registers the "memory" blobstore storage type, storing blobs in an in-memory map. |
proxycache
Package proxycache registers the "proxycache" blobstore storage type, which uses a provided blobstore as a cache for a second origin blobstore.
|
Package proxycache registers the "proxycache" blobstore storage type, which uses a provided blobstore as a cache for a second origin blobstore. |
replica
Package replica registers the "replica" blobstore storage type, providing synchronous replication to one more backends.
|
Package replica registers the "replica" blobstore storage type, providing synchronous replication to one more backends. |
shard
Package shard registers the "shard" blobstore storage type, predictably spraying out blobs out over the provided backends based on their blobref.
|
Package shard registers the "shard" blobstore storage type, predictably spraying out blobs out over the provided backends based on their blobref. |
stats
Package stats contains an in-memory StatReceiver that only stores sizes of received blobs but not their contents.
|
Package stats contains an in-memory StatReceiver that only stores sizes of received blobs but not their contents. |
storagetest
Package storagetest tests blobstore.Storage implementations
|
Package storagetest tests blobstore.Storage implementations |
Package test provides common Perkeep test objects.
|
Package test provides common Perkeep test objects. |
asserts
Package asserts provides a bad implementation of test predicate helpers.
|
Package asserts provides a bad implementation of test predicate helpers. |
Click to show internal directories.
Click to hide internal directories.