Function gr::remote::get_cicd

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