Files
website/models/machine.go

10 lines
138 B
Go

package models
type MachineUsage struct {
Machine string
DrawsUsed int
PctOfDraws float64
FirstUsed string
LastUsed string
}