gitdataai/libs/transport/handler/inbound
ZhenYi deb25614ba refactor(transport): split handler inbound and types into sub-modules
Extract MessageHandler methods into inbound/{message,room,reaction,misc,msg}
and type definitions into types/{in_message,out_event}.
2026-05-11 17:05:17 +08:00
..
message.rs refactor(transport): split handler inbound and types into sub-modules 2026-05-11 17:05:17 +08:00
misc.rs refactor(transport): split handler inbound and types into sub-modules 2026-05-11 17:05:17 +08:00
mod.rs refactor(transport): split handler inbound and types into sub-modules 2026-05-11 17:05:17 +08:00
msg.rs refactor(transport): split handler inbound and types into sub-modules 2026-05-11 17:05:17 +08:00
reaction.rs refactor(transport): split handler inbound and types into sub-modules 2026-05-11 17:05:17 +08:00
room.rs refactor(transport): split handler inbound and types into sub-modules 2026-05-11 17:05:17 +08:00