3540: Swtches to rust SSR query check r=matklad a=mikhail-m1

related to #3186 

Co-authored-by: Mikhail Modin <mikhailm1@gmail.com>
This commit is contained in:
bors[bot]
2020-03-16 09:48:09 +00:00
committed by GitHub
7 changed files with 63 additions and 20 deletions

View File

@@ -218,6 +218,8 @@ impl Request for Ssr {
}
#[derive(Debug, Deserialize, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct SsrParams {
pub arg: String,
pub query: String,
pub parse_only: bool,
}