Documentation
¶
Overview ¶
Intermediate layer between the Hacker News API and the application
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Comment ¶
type Comment struct { Text string `json:"text"` User string `json:"by"` Time int `json:"time"` Points int `json:"score"` Deleted bool `json:"deleted"` Children []int `json:"kids"` }
func FetchComment ¶
FetchComment fetches a comment from the Hacker News API
Click to show internal directories.
Click to hide internal directories.