Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Line = func(d1, d2 *Departure) bool { return d1.Line < d2.Line } Destination = func(d1, d2 *Departure) bool { return d1.Destination < d2.Destination } Eta = func(d1, d2 *Departure) bool { return d1.EtaNanoSec < d2.EtaNanoSec } EtaDesc = func(d1, d2 *Departure) bool { return Eta(d2, d1) } )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.