mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
fix the tests and add tests on the experimental features
This commit is contained in:
parent
7793ba67a4
commit
e23ec4886d
8 changed files with 50 additions and 6 deletions
|
@ -12,4 +12,5 @@ pub struct RuntimeTogglableFeatures {
|
|||
#[derive(Default, Debug, Clone, Copy)]
|
||||
pub struct InstanceTogglableFeatures {
|
||||
pub metrics: bool,
|
||||
pub logs_route: bool,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue