Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Listing ¶
type Listing struct { Kind string `json:"kind"` Data struct { After string `json:"after"` Children []struct { Kind string `json:"t3"` Data struct { Selftext string `json:"selftext"` LinkFlairText string `json:"link_flair_text"` Score int `json:"score"` CreatedUtc float64 `json:"created_utc"` Title string `json:"title"` Hidden bool `json:"hidden"` Ups int `json:"ups"` Downs int `json:"downs"` Name string `json:"name"` Over18 bool `json:"over_18"` ID string `json:"id"` Author string `json:"author"` NumberOfComments int `json:"comments"` Permalink string `json:"permalink"` } `json:"data"` } `json:"children"` Before *string `json:"before"` } `json:"data"` }
Click to show internal directories.
Click to hide internal directories.