Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Link ¶
type RedditDocument ¶
type RedditDocument struct {
Data Subreddit `json:"data"`
}
type RedditLinkDocument ¶
type RedditLinkDocument struct {
Data Link `json:"data"`
}
type Subreddit ¶
type Subreddit struct {
Children []RedditLinkDocument `json:"Children"`
}
Click to show internal directories.
Click to hide internal directories.