add and refine thunderball results page

This commit is contained in:
2025-03-25 14:47:41 +00:00
parent f1ad9757ba
commit 0b93fd75dd
12 changed files with 375 additions and 28 deletions

View File

@@ -4,11 +4,13 @@ type ThunderballResult struct {
Id int
DrawDate string
Machine string
Ballset int
BallSet int
Ball1 int
Ball2 int
Ball3 int
Ball4 int
Ball5 int
Thunderball int
SortedBalls []int
}