Function pact_plugin_driver::download::download_tar_gz_file

source ·
pub async fn download_tar_gz_file(
    plugin_dir: &PathBuf,
    http_client: &Client,
    base_url: &str,
    tag: &String,
    tar_gz_file: String,
    tar_gz_sha_file: String,
    display_progress: bool
) -> Result<PathBuf>
Expand description

Downloads a plugin tar gz file from GitHub and installs it