Documentation
¶
Index ¶
- Variables
- func MutexWrap(d ds.Datastore) *dssync.MutexDatastore
- func NewBlockstore(b Batching, opts ...blockstore.Option) blockstore.Blockstore
- func NewKey(s string) ds.Key
- type Batch
- type Batching
- type Datastore
- type DsEntry
- type Filter
- type Key
- type OrderByKey
- type OrderByKeyDescending
- type Query
- type Result
- type Results
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = ds.ErrNotFound
Functions ¶
func NewBlockstore ¶ added in v0.5.162
func NewBlockstore(b Batching, opts ...blockstore.Option) blockstore.Blockstore
Types ¶
type OrderByKey ¶
type OrderByKey = dsq.OrderByKey
type OrderByKeyDescending ¶
type OrderByKeyDescending = dsq.OrderByKeyDescending
Click to show internal directories.
Click to hide internal directories.