Documentation ¶
Overview ¶
Package blobfs provides some wrappers around interactions with the blobfs. TODO(raggi): add support for blob garbage collection
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager wraps operations for reading and writing to blobfs, and will later tackle more complex problems such as managing reference counting and garbage collection of blobs.
func (*Manager) HasBlob ¶
HasBlob returns true if the requested blob is available for reading, false otherwise
Click to show internal directories.
Click to hide internal directories.