pub async fn construct_services_from_configs(
configs: CompositionConfigs,
) -> Result<(Arc<dyn BlobService>, Arc<dyn DirectoryService>), Box<dyn Error + Send + Sync>>
Expand description
Construct the castore handles from their addrs.
pub async fn construct_services_from_configs(
configs: CompositionConfigs,
) -> Result<(Arc<dyn BlobService>, Arc<dyn DirectoryService>), Box<dyn Error + Send + Sync>>
Construct the castore handles from their addrs.