package
0.0.0-20241009205000-d3e98ea77df7
Repository: https://github.com/travishegner/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.