11
structs/queryrow.go
Normal file
11
structs/queryrow.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package structs
|
||||
|
||||
type DogPicRow struct {
|
||||
Dog_id int
|
||||
Breed_id int
|
||||
Author string
|
||||
Title string
|
||||
Format string
|
||||
Hash string
|
||||
Url string
|
||||
}
|
||||
Reference in New Issue
Block a user