Versions in this module Expand all Collapse all v0 v0.22.0 Oct 17, 2025 Changes in this version + type CarTrackInfoResponse struct + AllowedCompounds []string + Car entities.Car + FuelCapacity int + ID uuid.UUID + LayoutID *uuid.UUID + TrackID uuid.UUID + type RaceInfoUpdate struct + CarID *uuid.UUID + EnergyUse *float64 + ExcludeSafeLap *bool + FuelUse *float64 + Laptime *int64 + PitLength *int64 + RaceTime *int64 + ResetEdits *bool + TankCapacity *float64 + TrackID *uuid.UUID + TrackLayoutID *uuid.UUID + type SaveStrategy struct + ID uuid.UUID + Name string + Type string + UserID uuid.UUID