package structs type DogPicRow struct { Dog_id int Breed_id int Author string Title string Format string Hash string Url string }