package
0.0.0-20160817113035-5f9d2a1a29e5
Repository: https://github.com/timjacobi/go-couchdb.git
Documentation: pkg.go.dev

# Functions

ConfigSection reads a whole section from the CouchDB configuration.
ConfigVal reads a parameter value from the CouchDB configuration.
Init configures stdin and stdout for communication with couchdb.
NewLogWriter creates a log writer that outputs to the CouchDB log.
ServerURL returns the URL of the CouchDB server that started the daemon.

# Variables

ErrNotFound is returned by the config API when a key is not available.
ErrNotInitialized is returned by all API functions before Init has been called.

# Interfaces

A LogWriter writes messages to the CouchDB log.