index
:
adyxax/trains
master
A simple web app to display train timetables for stations on France SNCF's network
Julien Dessaux
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkg
/
model
/
departures.go
blob: 7359d1be1cfd414995882b505774f61a98e3d712 (
plain
)
1
2
3
4
5
6
package model type Departure struct { Direction string Arrival string }