MCPcopy Create free account
hub / github.com/Wulf/create-rust-app / HealthCheckResponse

Class HealthCheckResponse

crates/create-rust-app/src/dev/controller.rs:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25#[derive(Serialize, Deserialize)]
26pub struct HealthCheckResponse {
27 pub message: String,
28}
29
30/// /db/query
31///

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected