add load time and autofocus
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Failing after 10m5s
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Failing after 10m5s
This commit is contained in:
parent
917428507d
commit
5539c8521d
10 changed files with 153 additions and 11 deletions
|
|
@ -18,3 +18,11 @@ pub struct Route {
|
|||
pub route_type: RouteType,
|
||||
pub id: String
|
||||
}
|
||||
|
||||
|
||||
#[derive(::sqlx::FromRow, Serialize, Deserialize, Debug, Clone)]
|
||||
pub struct InterlinedRoute {
|
||||
pub interline_id: String,
|
||||
pub interline_name: String,
|
||||
pub interlined_routes: Vec<String>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue