Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TimeTablePage ¶
type TimeTablePage struct {
TimeTables []*timetable.TimeTable
AllEvents map[string]timetable.Event
}
func ParseHTMLURL ¶
func ParseHTMLURL(url string) (ttp *TimeTablePage, err error)
func (*TimeTablePage) GetAllEvents ¶
func (ttp *TimeTablePage) GetAllEvents() map[string]timetable.Event
Click to show internal directories.
Click to hide internal directories.