add docs
Some checks failed
CI/CD Pipeline / test (push) Has been cancelled
CI/CD Pipeline / deploy-staging (push) Has been cancelled
CI/CD Pipeline / deploy-main (push) Has been cancelled

This commit is contained in:
2025-05-22 13:25:14 +02:00
parent a42e0b3ed3
commit 138c0598e6
2 changed files with 15 additions and 0 deletions

View File

@ -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,