feat: Basic domain creation API
This commit is contained in:
parent
bd12632a7e
commit
f1a2721cbe
6 changed files with 176 additions and 44 deletions
|
|
@ -1,5 +1,7 @@
|
|||
mod common;
|
||||
pub use common::Database;
|
||||
mod domain;
|
||||
pub use domain::Domain;
|
||||
pub mod error;
|
||||
mod group;
|
||||
pub use group::Group;
|
||||
|
|
|
|||
Loading…
Reference in a new issue