robotech 1.1.0

Backend service implementation for the RoboTech platform, providing RESTful APIs and business logic for web applications.
Documentation
1
2
3
4
pub trait Dto {
    fn get_current_user_id(&self) -> u64;
    fn set_current_user_id(&mut self, value: u64);
}