From dc4fea013c5f89054ae348cab2935eebe28a4712 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Tue, 4 May 2021 11:59:13 +0200 Subject: Cleaned the navitia - webui calls --- pkg/model/departures.go | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pkg/model/departures.go (limited to 'pkg/model') 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 +} -- cgit v1.2.3