summaryrefslogtreecommitdiff
path: root/struct.go
diff options
context:
space:
mode:
authorhorus2020-04-19 18:35:27 +0200
committerhorus2020-04-19 18:35:27 +0200
commit8d3be0d8b623a405990448a5ea4fe471ab735ed7 (patch)
tree227a325b7a5972996fb499614a1913693de7a49f /struct.go
parent5902524fb85aaf760f3e6a6695b2390868a7bd06 (diff)
downloadghrss-8d3be0d8b623a405990448a5ea4fe471ab735ed7.tar.gz
Update to get spoken language and minor upgrade the github handling.
Diffstat (limited to 'struct.go')
-rw-r--r--struct.go21
1 files changed, 11 insertions, 10 deletions
diff --git a/struct.go b/struct.go
index ccd2dc3..129d331 100644
--- a/struct.go
+++ b/struct.go
@@ -28,14 +28,15 @@ type Owner struct {
}
type Entry struct {
- ID int
- Title string
- Synopsis string
- Owner *Owner
- Platform *Platform
- URL string
- Language *Language
- Stars int
- UpdatePeriod *UpdatePeriod
- Created_At time.Time
+ ID int
+ Title string
+ Synopsis string
+ Owner *Owner
+ Platform *Platform
+ URL string
+ Language *Language
+ Stars int
+ NaturalLanguage string
+ UpdatePeriod *UpdatePeriod
+ Created_At time.Time
}