add docs
This commit is contained in:
@ -13,6 +13,7 @@ use crate::model::{
|
||||
user::{EventUser, User},
|
||||
};
|
||||
|
||||
/// DB structure of an event
|
||||
#[derive(Serialize, Clone, FromRow, Debug, PartialEq)]
|
||||
pub struct Event {
|
||||
pub id: i64,
|
||||
|
Reference in New Issue
Block a user