Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNotFound = errors.New("Blob not found") ErrInvalid = errors.New("Blob is not valid") )
Functions ¶
Types ¶
type Blobsource ¶
type FiniteBlobsource ¶
type FiniteBlobsource interface { ScanKeys(func(ID) bool) Scan(func(Blob) bool) Blobsource }
type MemStore ¶
type MemStore struct {
// contains filtered or unexported fields
}
func NewMemStore ¶
func NewMemStore() *MemStore
type SortedStore ¶
type UnionBlobsource ¶
type UnionBlobsource []Blobsource
Click to show internal directories.
Click to hide internal directories.