aboutsummaryrefslogtreecommitdiffstats
path: root/meetup/src/event.rs
blob: 1f90429e1c3557c4e7d36d649a3714fecd01e027 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#[derive(Debug, Deserialize, PartialEq)]
pub struct Event {
    pub name: String,
    pub description: String,
    pub link: String,
    pub local_date: String,
    pub local_time: String,
    // venue struct
}



// lat
// lon
// order 'time'
// [radius]
// end_date_range
// [page]