package
Version:
v0.21.0
Opens a new window with list of versions in this module.
Published: Mar 19, 2026
License: Apache-2.0, MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type NewsItem struct {
Id string `json:"id"`
Title string `json:"title"`
Description string `json:"description"`
Url string `json:"url"`
PublishedAt int64 `json:"published_at,string"`
LikesCount int32 `json:"likes_count"`
SharesCount int32 `json:"shares_count"`
}
type NewsList struct {
Items []*NewsItem `json:"items"`
}
type TopicItem struct {
Id string `json:"id"`
Title string `json:"title"`
Description string `json:"description"`
Url string `json:"url"`
PublishedAt int64 `json:"published_at,string"`
LikesCount int32 `json:"likes_count"`
SharesCount int32 `json:"shares_count"`
}
type TopicList struct {
Items []*TopicItem `json:"items"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.