client: expose comments_url entry field
This commit is contained in:
parent
897cd7cb34
commit
238a3ee9be
1 changed files with 1 additions and 0 deletions
|
@ -187,6 +187,7 @@ type Entry struct {
|
|||
Hash string `json:"hash"`
|
||||
Title string `json:"title"`
|
||||
URL string `json:"url"`
|
||||
CommentsURL string `json:"comments_url"`
|
||||
Date time.Time `json:"published_at"`
|
||||
CreatedAt time.Time `json:"created_at"`
|
||||
ChangedAt time.Time `json:"changed_at"`
|
||||
|
|
Loading…
Reference in a new issue