Documentation ¶
Index ¶
- 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 ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.