Overview ▹
Overview ▾
Package dir implements the blobserver Storage interface for a directory, detecting whether the directory is file-per-blob (localdisk) or diskpacked. If neither, it initializes diskpacked.
Index
Package files
func New
func New(dir string) (blobserver.Storage, error)
New returns a new blobserver Storage implementation, storing blobs in the provided dir. If dir has an index.kv file, a diskpacked implementation is returned.