|
|
@@ -147,6 +147,7 @@ type Feed struct {
|
|
|
SiteURL string `json:"site_url"`
|
|
|
Title string `json:"title"`
|
|
|
Description string `json:"description"`
|
|
|
+ Language string `json:"language"`
|
|
|
CheckedAt time.Time `json:"checked_at"`
|
|
|
NextCheckAt time.Time `json:"next_check_at"`
|
|
|
EtagHeader string `json:"etag_header,omitempty"`
|
|
|
@@ -270,6 +271,7 @@ type Entry struct {
|
|
|
Title string `json:"title"`
|
|
|
Status string `json:"status"`
|
|
|
Content string `json:"content"`
|
|
|
+ Language string `json:"language"`
|
|
|
Author string `json:"author"`
|
|
|
ShareCode string `json:"share_code"`
|
|
|
Enclosures Enclosures `json:"enclosures,omitempty"`
|