#[derive(Default, Debug)]pubstructSystemEvents<'a>{/// start streaming events from this time
pubsince:Option<&'astr>,
/// stop streaming events later than this
pubuntil:Option<&'astr>,
/// JSON encoded map[string][]string of constraints
pubfilters:Option<&'astr>,
}