expand on admin functionality, hardening still needs to be implemented.
This commit is contained in:
@@ -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