mirror of
https://github.com/AmanTahiliani/box-box.git
synced 2026-08-07 19:56:18 -04:00
Upgrades to Live and API Caching
This commit is contained in:
@@ -114,3 +114,9 @@ type driverSelectedMsg struct {
|
||||
driver models.Driver
|
||||
sessionKey int
|
||||
}
|
||||
|
||||
// loadSecondaryDataMsg triggers loading of secondary session data (race control, weather, overtakes)
|
||||
// after the primary data (results, drivers) has arrived.
|
||||
type loadSecondaryDataMsg struct {
|
||||
sessionKey int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user