mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-11 01:53:23 +01:00
Setup new schema modules
This commit is contained in:
parent
320521d28b
commit
8e1c0ea0a3
@ -1,14 +1,59 @@
|
|||||||
#[allow(dead_code)]
|
#[allow(dead_code)]
|
||||||
pub mod auth_capnp {
|
pub mod authenticationsystem_capnp {
|
||||||
include!(concat!(env!("OUT_DIR"), "/schema/auth_capnp.rs"));
|
include!(concat!(env!("OUT_DIR"), "/schema/authenticationsystem_capnp.rs"));
|
||||||
}
|
|
||||||
|
|
||||||
#[allow(dead_code)]
|
|
||||||
pub mod api_capnp {
|
|
||||||
include!(concat!(env!("OUT_DIR"), "/schema/api_capnp.rs"));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[allow(dead_code)]
|
#[allow(dead_code)]
|
||||||
pub mod connection_capnp {
|
pub mod connection_capnp {
|
||||||
include!(concat!(env!("OUT_DIR"), "/schema/connection_capnp.rs"));
|
include!(concat!(env!("OUT_DIR"), "/schema/connection_capnp.rs"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[allow(dead_code)]
|
||||||
|
pub mod federationsystem_capnp {
|
||||||
|
include!(concat!(env!("OUT_DIR"), "/schema/federationsystem_capnp.rs"));
|
||||||
|
}
|
||||||
|
|
||||||
|
#[allow(dead_code)]
|
||||||
|
pub mod general_capnp {
|
||||||
|
include!(concat!(env!("OUT_DIR"), "/schema/general_capnp.rs"));
|
||||||
|
}
|
||||||
|
|
||||||
|
#[allow(dead_code)]
|
||||||
|
pub mod interactionsystem_capnp {
|
||||||
|
include!(concat!(env!("OUT_DIR"), "/schema/interactionsystem_capnp.rs"));
|
||||||
|
}
|
||||||
|
|
||||||
|
#[allow(dead_code)]
|
||||||
|
pub mod machine_capnp {
|
||||||
|
include!(concat!(env!("OUT_DIR"), "/schema/machine_capnp.rs"));
|
||||||
|
}
|
||||||
|
|
||||||
|
#[allow(dead_code)]
|
||||||
|
pub mod machinesystem_capnp {
|
||||||
|
include!(concat!(env!("OUT_DIR"), "/schema/machinesystem_capnp.rs"));
|
||||||
|
}
|
||||||
|
|
||||||
|
#[allow(dead_code)]
|
||||||
|
pub mod permissionsystem_capnp {
|
||||||
|
include!(concat!(env!("OUT_DIR"), "/schema/permissionsystem_capnp.rs"));
|
||||||
|
}
|
||||||
|
|
||||||
|
#[allow(dead_code)]
|
||||||
|
pub mod role_capnp {
|
||||||
|
include!(concat!(env!("OUT_DIR"), "/schema/role_capnp.rs"));
|
||||||
|
}
|
||||||
|
|
||||||
|
#[allow(dead_code)]
|
||||||
|
pub mod space_capnp {
|
||||||
|
include!(concat!(env!("OUT_DIR"), "/schema/space_capnp.rs"));
|
||||||
|
}
|
||||||
|
|
||||||
|
#[allow(dead_code)]
|
||||||
|
pub mod user_capnp {
|
||||||
|
include!(concat!(env!("OUT_DIR"), "/schema/user_capnp.rs"));
|
||||||
|
}
|
||||||
|
|
||||||
|
#[allow(dead_code)]
|
||||||
|
pub mod usersystem_capnp {
|
||||||
|
include!(concat!(env!("OUT_DIR"), "/schema/usersystem_capnp.rs"));
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user