Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Revert "re-delete fields re-introduced in merge conflict"
Browse files Browse the repository at this point in the history
This reverts commit c1d5d8d.
  • Loading branch information
xvello committed Sep 14, 2023
1 parent c1d5d8d commit fadf84a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions capture/src/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ pub struct EventQuery {

#[serde(alias = "_")]
pub sent_at: Option<i64>,

#[serde(skip_serializing)]
pub token: Option<String>, // Filled by handler

#[serde(skip_serializing)]
pub now: Option<String>, // Filled by handler from timesource

#[serde(skip_serializing)]
pub client_ip: Option<String>, // Filled by handler
}

#[derive(Debug, Deserialize)]
Expand Down

0 comments on commit fadf84a

Please sign in to comment.