12 lines
180 B
Go
12 lines
180 B
Go
package structs
|
|
|
|
type DogPicRow struct {
|
|
Dog_id int
|
|
Breed_id int
|
|
Author string
|
|
Title string
|
|
Format string
|
|
Hash string
|
|
Url string
|
|
}
|