Files
dogapi/structs/queryrow.go
Pin ab66454020 initial commit
Signed-off-by: Pin <Pin>
2021-01-31 16:48:24 -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
}