Documentation
¶
Index ¶
- type Config
- type Query
- type ReKivik
- func (rk *ReKivik) AllDocs(dbName string, dest interface{}) error
- func (rk *ReKivik) CreateDoc(dbName string, doc interface{}) (docID string, rev string, err error)
- func (rk *ReKivik) Delete(dbName string, docID string, rev string) (newRev string, err error)
- func (rk *ReKivik) Find(dbName string, dest interface{}, findBy Query) error
- func (rk *ReKivik) Put(dbName string, docID string, doc interface{}) (rev string, err error)
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.