package types type CatBreed struct { Breed string Country string Origin string Coat string Pattern string }