Adjust CIF type definitions - course_indicator from string to int64
This commit is contained in:
parent
8f8899eb60
commit
41796e25b6
@ -65,7 +65,7 @@ type CifScheduleSegment struct {
|
||||
SignallingId string `json:"signalling_id"`
|
||||
CifTrainCategory string `json:"CIF_train_category"`
|
||||
CifHeadcode string `json:"CIF_headcode"`
|
||||
CifCourseIndicator string `json:"CIF_course_indicator"`
|
||||
CifCourseIndicator int64 `json:"CIF_course_indicator"`
|
||||
CifTrainServiceCode string `json:"CIF_train_service_code"`
|
||||
CifBusinessSector string `json:"CIF_business_sector"`
|
||||
CifPowerType string `json:"CIF_power_type"`
|
||||
|
Loading…
Reference in New Issue
Block a user