Removing unused code
This commit is contained in:
parent
bb57f3264e
commit
6af471ecca
3 changed files with 1 additions and 33 deletions
|
|
@ -47,10 +47,6 @@ pub struct StatusPageGroup {
|
|||
#[derive(Debug, Clone, Deserialize, Serialize)]
|
||||
pub struct StatusPageResponse {
|
||||
pub config: StatusPageConfig,
|
||||
#[serde(skip, default)]
|
||||
pub incident: Option<String>,
|
||||
#[serde(rename = "publicGroupList")]
|
||||
pub public_group_list: Vec<StatusPageGroup>,
|
||||
#[serde(rename = "maintenanceList", skip)]
|
||||
pub maintenance_list: Vec<String>,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue