Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IRacingClient ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService(client IRacingClient) *Service
type Track ¶
type Track struct {
ID int64
Name string
ConfigName string
Category string
Location string
CornersPerLap int
LengthMiles float64
Description string
LogoURL string
SmallImageURL string
LargeImageURL string
TrackMapURL string
TrackMapLayers TrackMapLayers
IsDirt bool
IsOval bool
HasNightLighting bool
RainEnabled bool
FreeWithSub bool
Retired bool
PitRoadSpeedLimit int
}
Click to show internal directories.
Click to hide internal directories.