package models type Employee struct { ID int Name string Email string Position string PersonnelNumber int }