mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-18 07:13:50 +01:00
- Implemented AllSystemInfo function to retrieve and stream system information from agents via WebSocket. - Introduced AllSystemInfoRequest struct for query parameter binding and validation. - Enhanced error handling for invalid requests and WebSocket upgrades. - Utilized goroutines for concurrent data fetching from multiple agents, with retry logic for robustness.