summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/rep.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rep.rs b/src/rep.rs
index 5ae99dd..ededa6e 100644
--- a/src/rep.rs
+++ b/src/rep.rs
@@ -131,6 +131,7 @@ pub struct State {
pub started_at: DateTime<Utc>,
#[cfg(not(feature = "chrono"))]
pub started_at: String,
+ pub status: String,
}
type PortDescription = HashMap<String, Option<Vec<HashMap<String, String>>>>;