Add notes
Go Test / test (push) Successful in 1m38s Details

This commit is contained in:
Fred Boniface 2024-04-07 21:29:09 +01:00
parent 84b7d42898
commit d0c9250afa
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ func ConvertServiceType(input *upstreamApi.JsonScheduleV1, vstp bool) (*database
Stops: parseStops(&input.ScheduleSegment.ScheduleLocation), Stops: parseStops(&input.ScheduleSegment.ScheduleLocation),
} }
// New struct tags are not yet parsed. Ensure all struct tags are present.
return &output, nil return &output, nil
} }