pub async fn storage_service_check_absence(
endpoint: &str,
) -> Result<bool, ServiceStoreError>
Expand description
Checks that endpoint is truly absent.
pub async fn storage_service_check_absence(
endpoint: &str,
) -> Result<bool, ServiceStoreError>
Checks that endpoint is truly absent.