mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-29 05:11:51 +02:00
- Changed Latency type from int64 to int32 in Status struct. - Updated RouteStatuses and RouteAggregate to use slices of Status instead of pointers. - Modified aggregateStatuses and calculateInfo functions to accommodate new types. - Enhanced RouteAggregate with additional fields: IsDocker and CurrentStatus. - Improved sorting logic for route statuses and added handling for excluded routes.