Add new experimental feature

This commit is contained in:
Louis Dureuil 2025-01-30 11:30:04 +01:00
parent 00e764b0d3
commit 7ae6dda03f
No known key found for this signature in database
4 changed files with 28 additions and 0 deletions

View file

@ -7,6 +7,7 @@ pub struct RuntimeTogglableFeatures {
pub logs_route: bool,
pub edit_documents_by_function: bool,
pub contains_filter: bool,
pub network: bool,
}
#[derive(Default, Debug, Clone, Copy)]