Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type ForumPost ¶
type ForumPost struct { Title string `json:"title"` Forum string `json:"forum"` Author string `json:"author"` Date string `json:"date"` Url string `json:"url"` }
func ForumPosts ¶
type GameInSpotlight ¶ added in v0.3.0
type GameInSpotlight struct { Participants string `json:"participants"` Description string `json:"description"` Stream GameInSpotlightLink `json:"stream"` Event GameInSpotlightLink `json:"event"` Date string `json:"date"` }
func GamesInSpotlight ¶ added in v0.3.0
func GamesInSpotlight() ([]GameInSpotlight, error)
type GameInSpotlightLink ¶ added in v0.3.0
type NewsPost ¶
type WikiArticle ¶ added in v0.3.7
type WikiArticle struct { Title string `json:"title"` Url string `json:"url"` Date string `json:"date"` }
func WikiRecentChanges ¶ added in v0.3.7
func WikiRecentChanges(limit int) ([]WikiArticle, error)
Click to show internal directories.
Click to hide internal directories.