Function gr::remote::get_deploy

source ยท
pub fn get_deploy(
    domain: String,
    path: String,
    config: Arc<Config>,
    refresh_cache: bool
) -> Result<Arc<dyn Deploy + Send + Sync + 'static>>