fix requested changes

This commit is contained in:
Quentin de Quelen 2020-04-24 15:00:52 +02:00 committed by qdequele
parent ea308eb798
commit 36c7fd0cf1
No known key found for this signature in database
GPG key ID: B3F0A000EBF11745
12 changed files with 68 additions and 63 deletions

View file

@ -11,12 +11,12 @@ pub mod stats;
pub mod stop_words;
pub mod synonym;
#[derive(Default, Deserialize)]
#[derive(Deserialize)]
pub struct IndexParam {
index_uid: String,
}
#[derive(Default, Serialize)]
#[derive(Serialize)]
#[serde(rename_all = "camelCase")]
pub struct IndexUpdateResponse {
pub update_id: u64,