Skip to main content

get_recent_by_endpoint

Function get_recent_by_endpoint 

Source
pub async fn get_recent_by_endpoint(
    conn: &mut PgConnection,
    endpoint: SuotarEndpoint,
    limit: i64,
) -> ModelResult<Vec<SuotarApiCall>>