Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RSSAggregateHandler ¶
func RSSAggregateHandler(c echo.Context) error
func RSSFeedHandler ¶
func RSSFeedHandler(c echo.Context) error
Types ¶
type RSSFeed ¶
type RSSFeed struct { Updated time.Time //`json:"LastUpdated"` RSSFeedList []RSSFeedItem //`json:"RSSFeedList"` }
Click to show internal directories.
Click to hide internal directories.