busdepartures/route.go

7 lines
168 B
Go
Raw Normal View History

package main
type Route struct {
2023-08-24 19:18:25 +00:00
RouteShortName string `json:"route_short_name" toml:"short_name"`
RouteLongName string `json:"route_long_name" toml:"long_name"`
}