@@ 36,11 36,12 @@ func (t *MessageV1) Encode() ([]byte, error) {
// Feed type contains elements from RSS Channel & Atom Feed
type Feed struct {
- Feed string `bare:"feed"`
- Title string `bare:"title"`
- Description string `bare:"description"`
- Link string `bare:"link"`
- Items []Item `bare:"items"`
+ Feed string `bare:"feed"`
+ Title string `bare:"title"`
+ Description string `bare:"description"`
+ Link string `bare:"link"`
+ Updated *Timestamp `bare:"updated"`
+ Items []Item `bare:"items"`
}
// Decode will convert bytes into Feed