Remove catering type from service struct

This commit is contained in:
Fred Boniface 2024-04-08 16:03:52 +01:00
parent e58d7d1d9a
commit 8ba2a306a5
1 changed files with 0 additions and 1 deletions

View File

@ -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"`