Skip to main content

Module daemon

Module daemon 

Source

Modules§

auth
Daemon HTTP server — composes all leaf modules into the running service.
dedup
handlers

Structs§

AppState
Shared state injected into every axum handler via Arc<AppState>.

Functions§

format_uptime
Format a duration in seconds as a human-readable uptime string.
start_server
Start the daemon HTTP server and run until a shutdown signal is received.
start_server_with_listener
Start the daemon with a pre-bound TCP listener.