aboutsummaryrefslogtreecommitdiff
path: root/models/gril.go
diff options
context:
space:
mode:
authorjan <jan@ruken.pw>2016-10-12 14:03:40 (UTC)
committerjan <jan@ruken.pw>2016-10-12 14:03:40 (UTC)
commitdef8ba82c69891244eb0f8eebe0cb0b3bb23955b (patch)
treed126befcea381077bd3074661821602d4b0c4c42 /models/gril.go
parentc6165a8bbcca97867205fa87456ba238beb760f9 (diff)
alle models verschoben
Diffstat (limited to 'models/gril.go')
-rw-r--r--models/gril.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/models/gril.go b/models/gril.go
index f0b8f8f..0ee0f84 100644
--- a/models/gril.go
+++ b/models/gril.go
@@ -7,8 +7,6 @@ import (
7 "strings" 7 "strings"
8 "time" 8 "time"
9 9
10 "fagott.pw/grilist/modules/series"
11
12 "github.com/lib/pq" 10 "github.com/lib/pq"
13) 11)
14 12
@@ -38,7 +36,7 @@ type Gril struct {
38 ForeignIDs map[DataSource]int 36 ForeignIDs map[DataSource]int
39 UpdatedAt time.Time 37 UpdatedAt time.Time
40 Lists []int 38 Lists []int
41 Series []series.Series 39 Series []Series
42} 40}
43 41
44// Der kram hier sollte eigentlich auch eher wo anders hin als ins Model, oder?! 42// Der kram hier sollte eigentlich auch eher wo anders hin als ins Model, oder?!