package models type UserRole struct { User User UserId string Role Role RoleId uint }