add callback for getContainerIp (#2851)

* add callback for getContainerIp

* register callback before retrieving info

* version bump; only use backports for linux
This commit is contained in:
Aiden McClelland
2025-03-20 15:54:05 -06:00
committed by GitHub
parent 05162ca350
commit 9e63f3f7c6
69 changed files with 592 additions and 262 deletions

View File

@@ -74,6 +74,7 @@ pub async fn add_package_signer(
Ok(())
})
.await
.result
}
pub async fn remove_package_signer(
@@ -100,6 +101,7 @@ pub async fn remove_package_signer(
Ok(())
})
.await
.result
}
#[derive(Debug, Deserialize, Serialize, Parser, TS)]