Skip to main content

get_deploy_asset

Function get_deploy_asset 

Source
pub fn get_deploy_asset(
    domain: String,
    path: String,
    config: Arc<dyn ConfigProperties + Send + Sync + 'static>,
    cache_args: Option<&CacheCliArgs>,
    cache_type: CacheType,
) -> Result<Arc<dyn DeployAsset + Send + Sync + 'static>>