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>