Expand description
Daemon wiring: construct the auth core + store, build the router, and bind/listen.
Structs§
- Daemon
Config - Daemon configuration, resolved from env vars or CLI args.
Functions§
- init_
tracing - Initializes structured logging (
tracing) if not already installed. Idempotent — safe to call from both the daemon and CLI paths. - serve