Update struct
This commit is contained in:
parent
8c247ff1c1
commit
aabe97048b
14
main.go
14
main.go
|
@ -27,19 +27,13 @@ type Post struct {
|
||||||
FileURL string `json:"file_url"`
|
FileURL string `json:"file_url"`
|
||||||
Directory int `json:"directory"`
|
Directory int `json:"directory"`
|
||||||
Hash string `json:"hash"`
|
Hash string `json:"hash"`
|
||||||
|
Width int `json:"width"`
|
||||||
Height int `json:"height"`
|
Height int `json:"height"`
|
||||||
ID int `json:"id"`
|
ID int `json:"id"`
|
||||||
Image string `json:"image"`
|
Image string `json:"image"`
|
||||||
Change int `json:"change"`
|
Status string `json:"status"`
|
||||||
Owner string `json:"owner"`
|
HasNotes bool `json:"has_notes"`
|
||||||
ParentID int `json:"parent_id"`
|
CommentCount int `json:"comment_count"`
|
||||||
Rating string `json:"rating"`
|
|
||||||
Sample int `json:"sample"`
|
|
||||||
SampleHeight int `json:"sample_height"`
|
|
||||||
SampleWidth int `json:"sample_width"`
|
|
||||||
Score int `json:"score"`
|
|
||||||
Tags string `json:"tags"`
|
|
||||||
Width int `json:"width"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// SetProxy
|
// SetProxy
|
||||||
|
|
Loading…
Reference in New Issue