Skip to main content

get_events

Function get_events 

Source
pub fn get_events(
    conn: &Connection,
    entity_type: &str,
    entity_id: &str,
    limit: Option<u32>,
) -> Result<Vec<Event>>
Expand description

Get events for an entity.

ยงErrors

Returns an error if the query fails.