botserver/src/shared
Rodrigo Rodriguez (Pragmatismo) 8bcaadd970 feat: add data download list to ComponentConfig and implement file downloading
- Added `data_download_list` field to `ComponentConfig` struct in `component.rs`.
- Implemented processing of `data_download_list` in the `PackageManager` to download files asynchronously in `facade.rs`.
- Updated `installer.rs` to initialize `data_download_list` for various components.
- Refactored `download_file` function in `utils.rs` to return `anyhow::Error` for better error handling.
2025-10-26 18:26:19 -03:00
..
mod.rs - main.rs is compiling again. 2025-10-11 20:02:14 -03:00
models.rs Enable template bot creation and fix bot schema 2025-10-21 22:43:28 -03:00
state.rs - GET ketyowrd for buckets. 2025-10-15 12:45:15 -03:00
utils.rs feat: add data download list to ComponentConfig and implement file downloading 2025-10-26 18:26:19 -03:00