From 97cb168a09cf4b9acab87ed4aa061be1c1904c61 Mon Sep 17 00:00:00 2001 From: siddharth Date: Sun, 28 Nov 2021 20:19:31 -0500 Subject: schema: update NPREntry Add 'Title'. --- schema/schema.go | 1 + 1 file changed, 1 insertion(+) (limited to 'schema/schema.go') diff --git a/schema/schema.go b/schema/schema.go index 44161ce..4d46102 100644 --- a/schema/schema.go +++ b/schema/schema.go @@ -17,6 +17,7 @@ type NPRLink struct { type NPREntry struct { XMLName xml.Name `xml:"item"` Id string `xml:"guid"` + Title string `xml:"title"` Pub string `xml:"pubDate"` // RFC1123Z PubTime time.Time Link NPRLink `xml:"link"` -- cgit v1.2.3