mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
fix tests
This commit is contained in:
parent
ee675eadf1
commit
c78f351300
3 changed files with 82 additions and 7 deletions
|
@ -68,6 +68,7 @@ pub struct IndexSettings {
|
|||
}
|
||||
|
||||
#[derive(Serialize)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub struct IndexStats {
|
||||
#[serde(skip)]
|
||||
pub size: u64,
|
||||
|
@ -83,6 +84,7 @@ pub struct IndexController {
|
|||
}
|
||||
|
||||
#[derive(Serialize)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub struct Stats {
|
||||
pub database_size: u64,
|
||||
pub last_update: Option<DateTime<Utc>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue