diff --git a/src/rep.rs b/src/rep.rs index a379e57c..54df0e93 100644 --- a/src/rep.rs +++ b/src/rep.rs @@ -363,8 +363,8 @@ pub struct Exit { #[derive(Debug, RustcEncodable, RustcDecodable)] #[allow(non_snake_case)] pub struct Event { - pub status: String, - pub id: String, + pub status: Option, + pub id: Option, pub from: Option, pub time: u64, pub timeNano: u64,