Files
dogapi/structs/queryrow.go
2021-01-31 16:54:36 -05:00

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
}