Documentation ¶
Index ¶
- Constants
- func ReadBackup(r io.Reader, cb func(key datastore.Key, value []byte, log bool) error) (bool, error)
- func RestoreInto(r io.Reader, dest datastore.Batching) error
- type Datastore
- func (d *Datastore) Backup(out io.Writer) error
- func (d *Datastore) Batch() (datastore.Batch, error)
- func (d *Datastore) Close() error
- func (d *Datastore) CloseLog() error
- func (d *Datastore) Delete(key datastore.Key) error
- func (d *Datastore) Get(key datastore.Key) (value []byte, err error)
- func (d *Datastore) GetSize(key datastore.Key) (size int, err error)
- func (d *Datastore) Has(key datastore.Key) (exists bool, err error)
- func (d *Datastore) Put(key datastore.Key, value []byte) error
- func (d *Datastore) Query(q query.Query) (query.Results, error)
- func (d *Datastore) Sync(prefix datastore.Key) error
- type Entry
Constants ¶
View Source
const NoLogdir = ""
Variables ¶
This section is empty.
Functions ¶
func ReadBackup ¶
func RestoreInto ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.