aboutsummaryrefslogtreecommitdiffstats
path: root/lib/warden-core/src/configuration.rs
blob: 5b5b968f8dd50fe3b496af54c01ddbc15b8544fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#[cfg(feature = "serde")]
pub(crate) mod conv;

tonic::include_proto!("configuration");

pub mod routing {
    tonic::include_proto!("configuration.routing");
}

pub mod rule {
    tonic::include_proto!("configuration.rule");
}

pub mod typology {
    tonic::include_proto!("configuration.typology");
}