Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Daemon ¶
type Daemon struct { Log zerolog.Logger Daemon *net.UnixListener Runtime *net.TCPListener DBProxy *net.TCPListener Dash *net.TCPListener Version string Remote remote.RemoteClient Secret *secret.Manager RunMgr *run.Manager ClusterMgr *sqldb.ClusterManager Trace *trace.Store DashSrv *dash.Server Server *daemon.Server // contains filtered or unexported fields }
Daemon orchestrates setting up the different daemon subsystems.
Click to show internal directories.
Click to hide internal directories.