package models type User struct { Id int Name string Time string PassOne string PassTwo string }