فهرست منبع

client: expose comments_url entry field

Ilya Mateyko 4 سال پیش
والد
کامیت
238a3ee9be
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      client/model.go

+ 1 - 0
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"`