Documentation
¶
Index ¶
- type Datastore
- func (ds *Datastore) Batch() (datastore.Batch, error)
- func (ds *Datastore) Close() error
- func (ds *Datastore) Delete(key datastore.Key) error
- func (ds *Datastore) Get(key datastore.Key) (value []byte, err error)
- func (ds *Datastore) GetSize(key datastore.Key) (size int, err error)
- func (ds *Datastore) Has(key datastore.Key) (exists bool, err error)
- func (ds *Datastore) Put(key datastore.Key, value []byte) error
- func (ds *Datastore) Query(q dsq.Query) (dsq.Results, error)
- func (ds *Datastore) Shutdown()
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.
