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
/
stop.go
blob: d6522e3672d310c206277c18bb80d7f386a3aea5 (
plain
)
1
2
3
4
5
6
package model type Stop struct { Id string Name string }