Function mz_environmentd::test_util::auth_with_ws
source ยท pub fn auth_with_ws(
ws: &mut WebSocket<MaybeTlsStream<TcpStream>>,
options: BTreeMap<String, String>,
) -> Result<Vec<WebSocketResponse>, Error>
pub fn auth_with_ws(
ws: &mut WebSocket<MaybeTlsStream<TcpStream>>,
options: BTreeMap<String, String>,
) -> Result<Vec<WebSocketResponse>, Error>