package
Version:
v0.0.0-...-ba3ee0b
Opens a new window with list of versions in this module.
Published: Mar 11, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Departure struct {
Line string `json:"line"`
Destination string `json:"destination"`
ArrivalInMinutes int `json:"arrivalInMinutes"`
}
type Departures struct {
Departures []Departure `json:"departures"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.