From 8d3be0d8b623a405990448a5ea4fe471ab735ed7 Mon Sep 17 00:00:00 2001 From: horus Date: Sun, 19 Apr 2020 18:35:27 +0200 Subject: Update to get spoken language and minor upgrade the github handling. --- struct.go | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'struct.go') 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 } -- cgit v1.2.3