package models type Inbox struct { Id int32 `gorm:"primaryKey"` Item string }