Skip to main content

push_bundle

Function push_bundle 

Source
pub async fn push_bundle(
    reference: &str,
    archive: &Path,
    manifest_json: &[u8],
    secret: Option<String>,
    client: Client,
) -> BundleResult<String>