//! WebSocket gateway implementation for the QQ Guild Bot API.
//!//! This module provides the WebSocket client for connecting to the QQ Guild Bot API gateway,
//! handling authentication, heartbeats, and event dispatching.
modaccessors;modclose;moddebug;modheartbeat;modruntime;modtypes;pubusetypes::Gateway;#[cfg(test)]modtests;