expand on admin functionality, hardening still needs to be implemented.
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
package models
|
||||
|
||||
type DrawSummary struct {
|
||||
Id int
|
||||
GameType string
|
||||
DrawDate string
|
||||
BallSet string
|
||||
Machine string
|
||||
PrizeSet bool
|
||||
}
|
||||
|
||||
type ThunderballResult struct {
|
||||
Id int
|
||||
DrawDate string
|
||||
|
||||
@@ -38,3 +38,12 @@ type MatchRunStats struct {
|
||||
TicketsMatched int
|
||||
WinnersFound int
|
||||
}
|
||||
|
||||
type MatchLog struct {
|
||||
ID int
|
||||
TriggeredBy string
|
||||
RunAt string
|
||||
TicketsMatched int
|
||||
WinnersFound int
|
||||
Notes string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user