From 1475b95491be100927460bc17a97bfc85ab51d3c Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Wed, 12 May 2021 22:58:22 +0200 Subject: Added train_stops to schema --- pkg/model/train_stop.go | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pkg/model/train_stop.go (limited to 'pkg/model') diff --git a/pkg/model/train_stop.go b/pkg/model/train_stop.go new file mode 100644 index 0000000..e5b1f6e --- /dev/null +++ b/pkg/model/train_stop.go @@ -0,0 +1,6 @@ +package model + +type TrainStop struct { + Id string + Name string +} -- cgit v1.2.3