Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DriverModel ¶
type DriverModel struct {
// contains filtered or unexported fields
}
type IncidentModel ¶
type IncidentModel struct {
// contains filtered or unexported fields
}
type LeagueModel ¶
type LeagueModel struct {
// contains filtered or unexported fields
}
type Models ¶
type Models struct {
Drivers DriverModel
Incidents IncidentModel
Leagues LeagueModel
Penalties PenaltyModel
Platforms PlatformModel
Races RaceModel
Registrations RegistrationModel
Rulings RulingModel
Seasons SeasonModel
}
type PenaltyModel ¶
type PenaltyModel struct {
// contains filtered or unexported fields
}
type PlatformModel ¶
type PlatformModel struct {
// contains filtered or unexported fields
}
type Registration ¶
type RegistrationModel ¶
type RegistrationModel struct {
// contains filtered or unexported fields
}
type RulingModel ¶
type RulingModel struct {
// contains filtered or unexported fields
}
type Season ¶
type Season struct {
ID int `json:"id"`
LeagueID int `json:"league_id"`
PlatformID int `json:"platform_id"`
Name string `json:"name"`
Description string `json:"description"`
StartDate time.Time `json:"start_date"`
EndDate time.Time `json:"end_date"`
CreatedAt time.Time `json:"-"`
UpdatedAt time.Time `json:"-"`
}
type SeasonModel ¶
type SeasonModel struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.