package model type User struct { ID int Name string Mail string Username string Password string }