Versions in this module Expand all Collapse all v1 v1.0.1 Jun 17, 2021 v1.0.0 Mar 26, 2021 Changes in this version + var ObjectKeySuffix = ".dsobject" + func NewDatastore(path string) (ds.Datastore, error) + type Datastore struct + func (d *Datastore) Delete(key ds.Key) (err error) + func (d *Datastore) Get(key ds.Key) (value interface{}, err error) + func (d *Datastore) Has(key ds.Key) (exists bool, err error) + func (d *Datastore) KeyFilename(key ds.Key) string + func (d *Datastore) Put(key ds.Key, value interface{}) (err error) + func (d *Datastore) Query(q query.Query) (query.Results, error)