package model type Language struct { ID uint `json:"id"` Name string `json:"name"` }