Documentation ¶
Overview ¶
Package boltdb implements a BlobInfoCache backed by BoltDB.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New
deprecated
func New(path string) types.BlobInfoCache
New returns a BlobInfoCache implementation which uses a BoltDB file at path.
Most users should call blobinfocache.DefaultCache instead.
Deprecated: The BoltDB implementation triggers a panic() on some database format errors; that does not allow practical error recovery / fallback.
Use blobinfocache.DefaultCache if at all possible; if not, the pkg/blobinfocache/sqlite implementation.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.