mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-04 18:52:56 +00:00
dev day #70
This commit is contained in:
@@ -33,6 +33,9 @@ type ScoreboardState struct {
|
||||
// QR overlay schedule settings
|
||||
QRShowEveryMinutes int `json:"qr_show_every_minutes"`
|
||||
QRShowDurationSeconds int `json:"qr_show_duration_seconds"`
|
||||
// Team fouls (0..5 display dots)
|
||||
HomeFouls int `json:"home_fouls"`
|
||||
AwayFouls int `json:"away_fouls"`
|
||||
}
|
||||
|
||||
func (ScoreboardState) TableName() string { return "scoreboard_states" }
|
||||
|
||||
Reference in New Issue
Block a user