rototo 0.1.0-alpha.8

Control plane for runtime configuration of your application.
Documentation
1
2
3
4
5
pub(in crate::lint) const CATALOG_SCHEMA_URI_PREFIX: &str = "rototo://catalogs/";

pub(in crate::lint) fn catalog_schema_uri(id: &str) -> String {
    format!("{CATALOG_SCHEMA_URI_PREFIX}{id}.schema.json")
}