From 238a3ee9be964690ec6cf51f415c14dffc5c78ac Mon Sep 17 00:00:00 2001 From: Ilya Mateyko Date: Fri, 4 Jun 2021 23:08:19 +0300 Subject: [PATCH] client: expose comments_url entry field --- client/model.go | 1 + 1 file changed, 1 insertion(+) diff --git a/client/model.go b/client/model.go index 7611f886..35af8899 100644 --- a/client/model.go +++ b/client/model.go @@ -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"`