style: move structs to objects and split into several files for readability

This commit is contained in:
Radical 2025-06-02 00:28:48 +02:00
parent 08cb70ce18
commit 7021c80f02
32 changed files with 1591 additions and 1474 deletions

View file

@ -2,7 +2,7 @@ use crate::{
Data,
api::v1::auth::check_access_token,
error::Error,
structs::{Member, Role},
objects::{Member, Role},
utils::{get_auth_header, global_checks},
};
use ::uuid::Uuid;