fc-common: validation and roles modules
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Idc4d0743153c77b4dd915a95a603680f6a6a6964
This commit is contained in:
parent
8d07063d3f
commit
a3155f54e8
7 changed files with 324 additions and 0 deletions
|
|
@ -13,8 +13,10 @@ pub mod repo;
|
|||
|
||||
pub mod bootstrap;
|
||||
pub mod nix_probe;
|
||||
pub mod roles;
|
||||
pub mod tracing_init;
|
||||
pub mod validate;
|
||||
pub mod validation;
|
||||
|
||||
pub use config::*;
|
||||
pub use database::*;
|
||||
|
|
@ -23,3 +25,4 @@ pub use migrate::*;
|
|||
pub use models::*;
|
||||
pub use tracing_init::init_tracing;
|
||||
pub use validate::Validate;
|
||||
pub use validation::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue