mz_environmentd::http

Function init_ws

Source
async fn init_ws(
    __arg0: &WsState,
    existing_user: Option<AuthedUser>,
    peer_addr: IpAddr,
    ws: &mut WebSocket,
) -> Result<AuthedClient, Error>