Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHttpError ¶
Types ¶
type Entry ¶
type Entry struct {
Id string
Title string
Published time.Time
Updated time.Time
Author string
Link string
Description string
Content string
}
func (*Entry) PublishedString ¶
func (*Entry) UpdatedString ¶
type Feed ¶
type Feed struct {
Title string
Description string
Language string
Published time.Time
Updated time.Time
SelfLink string
Link string
Author string
Entries []*Entry
}
func (*Feed) PublishedString ¶
func (*Feed) UpdatedString ¶
Click to show internal directories.
Click to hide internal directories.