aboutsummaryrefslogtreecommitdiff
path: root/pkg/model/departures.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/model/departures.go')
-rw-r--r--pkg/model/departures.go6
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
+}