mirror of
https://github.com/IS1DI/x0gp.git
synced 2026-07-16 20:47:55 +00:00
Add gh workflow for release, new fields in podium and versioning
This commit is contained in:
@@ -229,6 +229,14 @@ type RacePodiumEntry struct {
|
||||
DriverID string `json:"driver_id" example:"driver-alice"`
|
||||
Name string `json:"name" example:"driver-alice"`
|
||||
TotalTimeMs int64 `json:"total_time_ms" example:"123456"`
|
||||
Nickname string `json:"nickname" example:"driver-alice"`
|
||||
AvatarUrl string `json:"avatar_url"`
|
||||
ClanID string `json:"clan_id" example:"clan-bob"`
|
||||
}
|
||||
|
||||
// VersionResponse is the body of the version API.
|
||||
type VersionResponse struct {
|
||||
Version string `json:"version" example:"0.1.0-poc"`
|
||||
}
|
||||
|
||||
// LobbyDriver is the wire form of lobby.DriverMeta.
|
||||
|
||||
Reference in New Issue
Block a user