package models type Contact struct { ID int `json:"id" gorm:"primaryKey"` Name string `json:"name" gorm:"not null"` }