1 2 3 4 5 6 7 8 9
pub mod model; pub mod model_claim; pub mod model_storage; pub mod model_storage_binding; pub mod model_user; pub mod consts { pub const NAMESPACE: &str = "cdl"; }