record-daemon: refactor client.rs

This commit is contained in:
2026-03-25 16:08:39 +01:00
parent ac4020b841
commit b6b145215b
3 changed files with 173 additions and 122 deletions

View File

@@ -7,6 +7,7 @@ mod auth;
mod client;
mod endpoints;
mod events;
mod items;
mod mappings;
mod metadata;
mod state;
@@ -27,6 +28,7 @@ pub use events::{
ObjectiveEvent, ObjectiveType, PlayerChampionSelection, PlayerGameMetadata, PlayerIdentity,
QueueInfo, RunePage, RuneSlot, SummonerSpells, TeamMember,
};
pub use items::{parse_items_from_game_stats, parse_items_from_live_client};
pub use mappings::{champion_id_to_name, map_id_to_name, spell_id_to_name};
pub use metadata::{GameEndMetadata, PreGameMetadata};
pub use state::{ClientState, GameflowPhase};