Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StationList ¶
type StationList struct {
Stations []Station
}
func (*StationList) Add ¶
func (sl *StationList) Add(st Station)
func (*StationList) GetList ¶
func (sl *StationList) GetList() []Station
func (*StationList) GetStation ¶
func (sl *StationList) GetStation(uid string) (Station, error)
func (*StationList) Remove ¶
func (sl *StationList) Remove(uid string)
Click to show internal directories.
Click to hide internal directories.