Remove catering type from service struct
This commit is contained in:
parent
e58d7d1d9a
commit
8ba2a306a5
@ -30,7 +30,6 @@ type Service struct { // Consider including catering, train class etc. here too.
|
||||
ScheduleEndDate time.Time `json:"scheduleEndDate,omitempty"`
|
||||
FirstClass bool `json:"firstClass,omitempty"`
|
||||
Catering bool `json:"catering,omitempty"`
|
||||
CateringType []string `json:"cateringType,omitempty"`
|
||||
Sleeper bool `json:"sleeper,omitempty"`
|
||||
DaysRun []string `json:"daysRun,omitempty"`
|
||||
Stops []Stop `json:"stops,omitempty"`
|
||||
|
Loading…
Reference in New Issue
Block a user