feat: Basic domain creation API

This commit is contained in:
selfhoster selfhoster 2026-09-14 21:05:23 +02:00
commit f1a2721cbe
6 changed files with 176 additions and 44 deletions

View file

@ -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;