Documentation
¶
Overview ¶
Copyright (C) 2022 Storj Labs, Inc. See LICENSE for copying information.
Index ¶
- Variables
- type Store
- func (store *Store) Close() error
- func (store *Store) Delete(ctx context.Context, key ds.Key) (err error)
- func (store *Store) Get(ctx context.Context, key ds.Key) (data []byte, err error)
- func (store *Store) GetSize(ctx context.Context, key ds.Key) (size int, err error)
- func (store *Store) Has(ctx context.Context, key ds.Key) (exists bool, err error)
- func (store *Store) Put(ctx context.Context, key ds.Key, value []byte) (err error)
- func (store *Store) Query(ctx context.Context, q dsq.Query) (result dsq.Results, err error)
- func (store *Store) Sync(ctx context.Context, prefix ds.Key) (err error)
Constants ¶
This section is empty.
Variables ¶
View Source
var Error = errs.Class("block")
Error is the error class for Storj block datastore.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.