Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Item ¶
type Item struct {
CrawlTimeMsec string `json:"crawlTimeMsec"`
TimestampUsec string `json:"timestampUsec"`
Id string `json:"id"`
Categories []string `json:"categories"`
Title string `json:"title"`
Published int64 `json:"published"`
Updated int64 `json:"updated"`
Starred int64 `json:"starred"`
Canonical []Canonical `json:"canonical"`
Summary struct {
Direction string `json:"direction"`
Content string `json:"content"`
} `json:"summary"`
Author string `json:"author"`
Origin struct {
StreamId string `json:"streamId"`
Title string `json:"title"`
HtmlUrl string `json:"htmlUrl"`
} `json:"origin"`
}
func (*Item) ContentFooter ¶
func (*Item) ContentHeader ¶
func (*Item) DecodeFields ¶ added in v1.0.10
func (it *Item) DecodeFields()
func (*Item) PatchedContent ¶
func (*Item) PublishedTime ¶
Click to show internal directories.
Click to hide internal directories.