mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-22 14:57:56 +01:00
Module refactor part 2
This commit is contained in:
parent
10e4ff080c
commit
e643a50f4d
3
bffhd/authentication/mod.rs
Normal file
3
bffhd/authentication/mod.rs
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
|
pub mod db;
|
@ -36,12 +36,6 @@ pub use hash::{
|
|||||||
mod fix;
|
mod fix;
|
||||||
pub use fix::LMDBorrow;
|
pub use fix::LMDBorrow;
|
||||||
|
|
||||||
mod resources;
|
|
||||||
pub use resources::ResourceDB;
|
|
||||||
|
|
||||||
mod pass;
|
|
||||||
pub use pass::PassDB;
|
|
||||||
|
|
||||||
use lmdb::Error;
|
use lmdb::Error;
|
||||||
use rkyv::Deserialize;
|
use rkyv::Deserialize;
|
||||||
use rkyv::ser::serializers::AlignedSerializer;
|
use rkyv::ser::serializers::AlignedSerializer;
|
@ -18,6 +18,7 @@ pub mod error;
|
|||||||
pub mod permissions;
|
pub mod permissions;
|
||||||
|
|
||||||
pub mod users;
|
pub mod users;
|
||||||
|
pub mod authentication;
|
||||||
|
|
||||||
/// Resources
|
/// Resources
|
||||||
pub mod resource;
|
pub mod resource;
|
||||||
|
@ -10,6 +10,7 @@ use state::db::StateAccessor;
|
|||||||
|
|
||||||
pub mod state;
|
pub mod state;
|
||||||
pub mod claim;
|
pub mod claim;
|
||||||
|
pub mod db;
|
||||||
|
|
||||||
|
|
||||||
/// A resource in BFFH has to contain several different parts;
|
/// A resource in BFFH has to contain several different parts;
|
||||||
|
Loading…
Reference in New Issue
Block a user