fix: 抽象官方库存与 sidecar hash 策略

This commit is contained in:
2026-08-02 23:12:25 +08:00
parent ba28e067c9
commit 2b053e247d
4 changed files with 190 additions and 123 deletions
+2 -2
View File
@@ -53,7 +53,7 @@ use bat_adapters::official::yostar_jp::{
YostarJpResourceEndpointKind, YostarJpServerInfo, YostarJpSyncSnapshot,
};
use bat_adapters::official::{
OfficialResourceBackend, PlatformCatalogInput, YostarJpBackend,
InventoryParser, OfficialResourceBackend, PlatformCatalogInput, YostarJpBackend,
YostarJpPlatformDownloadInventory,
};
use bat_core::ErrorCode;
@@ -4141,7 +4141,7 @@ fn build_inventory_from_seed_catalogs(
});
}
Ok(YostarJpBackend.inventory(table_catalog, &platform_catalogs))
Ok(YostarJpBackend.parse_inventory(table_catalog, &platform_catalogs))
}
#[derive(Debug, Default)]