New admin triggers for db maintenance, updating display of prize results and logic fix

This commit is contained in:
2025-03-28 22:52:54 +00:00
parent 593dbb598e
commit 322b4877ed
8 changed files with 269 additions and 21 deletions

View File

@@ -22,6 +22,9 @@ type MatchResult struct {
PrizeTier string
IsWinner bool
MatchedDrawID int
PrizeAmount float64
PrizeLabel string
}
type PrizeRule struct {