Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Wulf/create-rust-app
/ MySqlQuery
Class
MySqlQuery
crates/create-rust-app/src/dev/controller.rs:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
20
#[derive(Serialize, Deserialize)]
21
pub struct MySqlQuery {
22
pub query: String,
23
}
24
25
#[derive(Serialize, Deserialize)]
26
pub struct HealthCheckResponse {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected