package models type MyTicket struct { ID int DrawDate string Ball1 string Ball2 string Ball3 string Ball4 string Ball5 string Thunderball string }