Skip to main content

Module state

Module state 

Source
Available on crate feature serve only.
Expand description

Shared, cheaply-cloneable server state handed to every handler via axum::extract::State. Holds auth, the Prometheus render handle, the server-wide shutdown token, the run registry, the execution semaphore, the run-history backend, and the --default-config merge base.

Structsยง

ServerState