mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
Add created_at field for entries
This commit is contained in:
parent
e17d395ae7
commit
49feb1958c
7 changed files with 15 additions and 4 deletions
|
@ -137,6 +137,7 @@ type Entry struct {
|
|||
Title string `json:"title"`
|
||||
URL string `json:"url"`
|
||||
Date time.Time `json:"published_at"`
|
||||
CreatedAt time.Time `json:"created_at"`
|
||||
Content string `json:"content"`
|
||||
Author string `json:"author"`
|
||||
ShareCode string `json:"share_code"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue