New statistics related models and handlers.
This commit is contained in:
9
models/machine.go
Normal file
9
models/machine.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package models
|
||||
|
||||
type MachineUsage struct {
|
||||
Machine string
|
||||
DrawsUsed int
|
||||
PctOfDraws float64
|
||||
FirstUsed string
|
||||
LastUsed string
|
||||
}
|
||||
Reference in New Issue
Block a user