Documentation
¶
Overview ¶
Package badger implements the blobserver interface by storing each blob in a dgraph-io/badger database.
Index ¶
- func BlobRefBytes(prefix string, br blob.Ref) []byte
- type Storage
- func (sto Storage) Close() error
- func (sto Storage) EnumerateBlobs(ctx context.Context, dest chan<- blob.SizedRef, after string, limit int) error
- func (sto Storage) Fetch(ctx context.Context, br blob.Ref) (io.ReadCloser, uint32, error)
- func (sto Storage) ReceiveBlob(ctx context.Context, br blob.Ref, source io.Reader) (blob.SizedRef, error)
- func (sto Storage) RemoveBlobs(ctx context.Context, blobs []blob.Ref) error
- func (sto Storage) ResetStorageGeneration() error
- func (sto Storage) StatBlobs(ctx context.Context, blobs []blob.Ref, fn func(blob.SizedRef) error) error
- func (sto Storage) StorageGeneration() (initTime time.Time, random string, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Storage ¶
type Storage struct {
// contains filtered or unexported fields
}
func NewManaged ¶
NewManaged uses the given badgerdb.DB.
func (Storage) EnumerateBlobs ¶
func (Storage) ReceiveBlob ¶
func (Storage) RemoveBlobs ¶
func (Storage) ResetStorageGeneration ¶
Click to show internal directories.
Click to hide internal directories.