package user // User holds information about the user. type User struct { ID string Username string Password string Hash string }