perf(monitor): aggregate realtime workspace

This commit is contained in:
lingniu
2026-07-16 03:26:14 +08:00
parent 01150844df
commit cad39d6326
12 changed files with 147 additions and 28 deletions

View File

@@ -32,6 +32,12 @@ type MonitorMapResponse struct {
AsOf string `json:"asOf"`
}
type MonitorWorkspaceResponse struct {
Summary MonitorSummary `json:"summary"`
Vehicles Page[VehicleRealtimeRow] `json:"vehicles"`
Map MonitorMapResponse `json:"map"`
}
type MonitorMapPoint struct {
VIN string `json:"vin"`
Plate string `json:"plate"`