package model type User struct { Id int Login string Email string Password string Avatar_Url string Token string PermisionLVL int }