pub async fn handle_ready(
__arg0: Extension<Shared<Receiver<Client>>>,
query: Query<ReadyParams>,
) -> impl IntoResponse
Expand description
Handles a readiness probe.
pub async fn handle_ready(
__arg0: Extension<Shared<Receiver<Client>>>,
query: Query<ReadyParams>,
) -> impl IntoResponse
Handles a readiness probe.