summaryrefslogtreecommitdiffstats
path: root/schema/schema.go
diff options
context:
space:
mode:
Diffstat (limited to 'schema/schema.go')
-rw-r--r--schema/schema.go7
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"`