Documentation ¶
Index ¶
- func MenuNavigateTo(token Token, menuId MenuId, mainMenuUrl string) ([]byte, error)
- func ScrapSchedule(token Token, scheduleOptions ScrapScheduleOption, currentPage []byte) (string, error)
- func ScrapScheduleEvent(token Token, eventId EventId, currentPage []byte) (string, error)
- func ScrapTable(token Token, currentPage []byte, pageOptions ScrapTableOption) (string, error)
- type EventId
- type FormId
- type Login
- type MenuId
- type PartialResponse
- type ScrapScheduleOption
- type ScrapTableOption
- type SidebarId
- type Token
- type ViewState
- type WebscolaappId
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MenuNavigateTo ¶
MenuNavigateTo
func ScrapSchedule ¶ added in v0.0.4
func ScrapSchedule(token Token, scheduleOptions ScrapScheduleOption, currentPage []byte) (string, error)
func ScrapScheduleEvent ¶ added in v0.0.4
func ScrapTable ¶
func ScrapTable(token Token, currentPage []byte, pageOptions ScrapTableOption) (string, error)
Types ¶
type PartialResponse ¶
type ScrapScheduleOption ¶ added in v0.0.4
func CalendarPageOption ¶ added in v0.0.4
func CalendarPageOption(scheduleOptions ScrapScheduleOption) ScrapScheduleOption
type ScrapTableOption ¶
func CalendarEventPage ¶ added in v0.0.4
func CalendarEventPage(formId FormId, eventId EventId) ScrapTableOption
func CalendarPage ¶ added in v0.0.4
func CalendarPage(formId FormId, options ScrapScheduleOption) ScrapTableOption
type WebscolaappId ¶ added in v0.0.4
type WebscolaappId string
Click to show internal directories.
Click to hide internal directories.