From 6ccfbb298631e0176d587fe17f736dd2100b38b2 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sat, 4 Jan 2025 17:04:17 +0100 Subject: [PATCH] remove obsolete RedirectAll struct --- src/model/bucket_table.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/model/bucket_table.rs b/src/model/bucket_table.rs index 644189b2..eba89e9b 100644 --- a/src/model/bucket_table.rs +++ b/src/model/bucket_table.rs @@ -110,12 +110,6 @@ mod v08 { } } - #[derive(PartialEq, Eq, Clone, Debug, Serialize, Deserialize)] - pub struct RedirectAll { - pub hostname: String, - pub protoco: String, - } - #[derive(PartialEq, Eq, Clone, Debug, Serialize, Deserialize)] pub struct CorsRule { pub id: Option,