pub async fn get_bundle(
ks: &KeyspaceHandle,
id: &Uuid,
) -> Result<Option<BundleRecord>, AppError>Expand description
Fetch a bundle record by id.
pub async fn get_bundle(
ks: &KeyspaceHandle,
id: &Uuid,
) -> Result<Option<BundleRecord>, AppError>Fetch a bundle record by id.