1
2
3
4
5
pub mod api;
pub mod event_hub;
pub mod types;

pub const EVENT_NAME_FIELD: &str = "__event_name";