diff options
Diffstat (limited to 'schema')
-rw-r--r-- | schema/schema.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/schema/schema.go b/schema/schema.go index 7ae0ac7..3d010c1 100644 --- a/schema/schema.go +++ b/schema/schema.go @@ -8,6 +8,13 @@ import ( "time" ) +type Entry struct { + Id string + Title string + PubTime time.Time + Link string +} + // NPR Feed Schema type NPRLink struct { XMLName xml.Name `xml:"link"` |