 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- func Wrap(ds ds.Datastore, f func()) ds.Datastore
- type 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())
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
 Click to show internal directories. 
   Click to hide internal directories.