1#[derive(Debug, Clone, PartialEq)] 2pub struct EventRecord { 3 pub kind: String, 4 pub payload: serde_json::Value, 5}