# Packages
Package daemondefs contains definitions used for the daemon.
# Functions
Activate returns a daemon client, either by connecting to an existing daemon, or spawning a new one.
NewClient creates a new Client instance that talks to the socket.
Serve runs the daemon service, listening on the socket specified by sockpath and serving data from dbpath until all clients have exited.
# Variables
ErrDaemonUnreachable is returned when the daemon cannot be reached after several retries.