Versions in this module Expand all Collapse all v1 v1.4.1 Jan 25, 2018 Changes in this version + type Datastore struct + D ds.Datastore + F func() + func Wrap(ds ds.Datastore, f func()) *Datastore + func (c *Datastore) Delete(key ds.Key) (err error) + func (c *Datastore) Get(key ds.Key) (value interface{}, err error) + func (c *Datastore) Has(key ds.Key) (exists bool, err error) + func (c *Datastore) Put(key ds.Key, value interface{}) (err error) + func (c *Datastore) Query(q dsq.Query) (dsq.Results, error) + func (c *Datastore) SetFunc(f func())