Versions in this module Expand all Collapse all v0 v0.0.3 Dec 16, 2024 v0.0.2 Aug 21, 2021 Changes in this version + type Datastore struct + Delay time.Duration + Retries int + TempErrFunc func(error) bool + func (d *Datastore) DiskUsage() (uint64, error) + func (d *Datastore) Get(k ds.Key) ([]byte, error) + func (d *Datastore) GetSize(k ds.Key) (int, error) + func (d *Datastore) Has(k ds.Key) (bool, error) + func (d *Datastore) Put(k ds.Key, val []byte) error + func (d *Datastore) Sync(prefix ds.Key) error