many changes
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled
This commit is contained in:
parent
4777f46a38
commit
be177af6cd
25 changed files with 2059 additions and 47 deletions
|
|
@ -1,9 +1,7 @@
|
|||
use super::route::CardinalDirection;
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct RouteStop {
|
||||
pub route_id: String,
|
||||
pub stop_id: i64,
|
||||
pub direction: CardinalDirection,
|
||||
pub direction_id: i64,
|
||||
pub stop_sequence: i64
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue