Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Departure ¶
Departure is a single departure time
func (*Departure) UnmarshalJSON ¶
UnmarshalJSON is a custom unmarshaler function for time, which works for both JSON and YAML
type Logger ¶
type Logger interface {
Log(...interface{}) error
}
Logger is a simple logging wrapper interface
type Schedule ¶
type Schedule struct { WorkDayRouteToOffice Route WorkDayRouteFromOffice Route SaturdayRouteToOffice Route SaturdayRouteFromOffice Route }
Schedule contains all information on transfer departure times
func (Schedule) GetFromOfficeText ¶
GetFromOfficeText returns text representation of full schedule from office
Click to show internal directories.
Click to hide internal directories.