forked from Deuxfleurs/garage
remove obsolete RedirectAll struct
This commit is contained in:
parent
c939d2a936
commit
6ccfbb2986
1 changed files with 0 additions and 6 deletions
|
@ -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)]
|
#[derive(PartialEq, Eq, Clone, Debug, Serialize, Deserialize)]
|
||||||
pub struct CorsRule {
|
pub struct CorsRule {
|
||||||
pub id: Option<String>,
|
pub id: Option<String>,
|
||||||
|
|
Loading…
Reference in a new issue