Add delete query
This commit is contained in:
parent
9a574276d5
commit
d15ddc5563
@ -27,3 +27,9 @@ type Service struct {
|
||||
DaysRun []string `json:"daysRun,omitempty"`
|
||||
Stops []Stop `json:"stops,omitempty"`
|
||||
}
|
||||
|
||||
type DeleteQuery struct {
|
||||
TrainUid string `json:"trainUid"`
|
||||
ScheduleStartDate string `json:"scheduleStartDate"`
|
||||
StpIndicator string `json:"stpIndicator"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user