Documentation ¶
Overview ¶
Package daemon implements a service for mediating access to the data store, and its client.
Most RPCs exposed by the service correspond to the methods of Store in the store package and are not documented here.
Index ¶
Constants ¶
View Source
const Version = -93
Version is the API version. It should be bumped any time the API changes.
Variables ¶
View Source
var ( // ErrClientNotInitialized is returned when the Client is not initialized. ErrClientNotInitialized = errors.New("client not initialized") // ErrDaemonUnreachable is returned when the daemon cannot be reached after // several retries. ErrDaemonUnreachable = errors.New("daemon offline") )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.