Add REST endpoint for slot
This commit is contained in:
parent
82e89baeeb
commit
8f378472ea
28 changed files with 1925 additions and 28 deletions
|
|
@ -2,9 +2,11 @@ use std::sync::Arc;
|
|||
|
||||
use async_trait::async_trait;
|
||||
|
||||
mod permission;
|
||||
#[cfg(test)]
|
||||
pub mod clock;
|
||||
pub mod permission;
|
||||
pub mod slot;
|
||||
mod test;
|
||||
pub mod uuid_service;
|
||||
|
||||
pub use permission::PermissionServiceImpl;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue