Documentation
¶
Index ¶
- Variables
- type Command
- type Document
- type Scan
- type Store
- func (s *Store) Batch(p []Command, result interface{}) error
- func (s *Store) Get(key string, result interface{}) error
- func (s *Store) Put(key string, doc interface{}) (*Document, error)
- func (st *Store) PutTriple(collection string, t Triple) error
- func (s *Store) Scan(key string, p Scan, result interface{}) error
- func (st *Store) ScanTriple(collection string, t Triple, scan Scan, result interface{}) error
- type Triple
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNotFound = errors.New("Document not found.") ErrNoReply = errors.New("no reply received.") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.