Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CarTrackInfoResponse ¶
type RaceInfoUpdate ¶
type RaceInfoUpdate struct {
	TankCapacity   *float64   `json:"tank_capacity,omitempty"`
	FuelUse        *float64   `json:"fuel_use,omitempty"`
	EnergyUse      *float64   `json:"energy_use,omitempty"`
	RaceTime       *int64     `json:"race_time,omitempty"`
	Laptime        *int64     `json:"laptime,omitempty"`
	PitLength      *int64     `json:"pit_length,omitempty"`
	ExcludeSafeLap *bool      `json:"exclude_safe_lap,omitempty"`
	CarID          *uuid.UUID `json:"car_id,omitempty"`
	TrackID        *uuid.UUID `json:"track_id,omitempty"`
	TrackLayoutID  *uuid.UUID `json:"track_layout_id,omitempty"`
	ResetEdits     *bool      `json:"reset_edits,omitempty"`
}
     Click to show internal directories. 
   Click to hide internal directories.