diff options
Diffstat (limited to '')
-rw-r--r-- | pkg/model/departures.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/model/departures.go b/pkg/model/departures.go new file mode 100644 index 0000000..7359d1b --- /dev/null +++ b/pkg/model/departures.go @@ -0,0 +1,6 @@ +package model + +type Departure struct { + Direction string + Arrival string +} |