package people // Identity represents the true identity of a person type Identity struct { FirstName string `json:"firstName" deesee:"encode"` LastName string `json:"lastName" deesee:"encode"` }