diff options
Diffstat (limited to 'schema/schema.go')
| -rw-r--r-- | schema/schema.go | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/schema/schema.go b/schema/schema.go index e2efade..969ad70 100644 --- a/schema/schema.go +++ b/schema/schema.go @@ -11,11 +11,12 @@ import ( // Generic entry. type Entry struct { - Id string - Title string - Desc string - PubTime time.Time - Link string + Id string + Title string + Desc string + PubTime time.Time + Link string + ShortMedia bool } // Represents a NPR media link. |
