package models type Player struct { ID uint `json:"id" gorm:"primary_key"` Name string `json:"name"` ClanID uint `json:"clan_id"` }