feat: Start implementing roles (and domainless service users)
This commit is contained in:
parent
8c29f1d31f
commit
10548295cd
10 changed files with 156 additions and 21 deletions
|
|
@ -7,5 +7,7 @@ mod interface;
|
|||
pub use interface::DatabaseInterface;
|
||||
mod memory;
|
||||
pub use memory::MemoryDatabase;
|
||||
mod role;
|
||||
pub use role::{Operation, Role};
|
||||
mod user;
|
||||
pub use user::{User, UserRef};
|
||||
|
|
|
|||
Loading…
Reference in a new issue