Updated Queryrow struct
Signed-off-by: Pin <wf6DJd8a3xSSCZbn@protonmail.com>
This commit is contained in:
@@ -19,11 +19,11 @@
|
|||||||
package structs
|
package structs
|
||||||
|
|
||||||
type DogPicRow struct {
|
type DogPicRow struct {
|
||||||
Dog_id int
|
Dog_id int `json:"id"`
|
||||||
Breed_id int
|
Breed_id int `json:"bid"`
|
||||||
Author string
|
Author string `json:"author"`
|
||||||
Title string
|
Title string `json:"title"`
|
||||||
Format string
|
Format string `json:"format"`
|
||||||
Hash string
|
Hash string `json:"hash"`
|
||||||
Url string
|
Url string `json:"url"`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user