package
1.0.7
Repository: https://github.com/ulstu-schedule/parser.git
Documentation: pkg.go.dev

# Functions

ConvertDayGroupScheduleToText converts the information that *types.Day contains into text.
ConvertDayRoomScheduleToText converts the information that types.Day contains into text.
ConvertDayTeacherScheduleToText converts the information that types.Day contains into text.
GetCurrWeekGroupSchedule returns *types.Week received from the UlSTU site based on the current school week.
GetCurrWeekGroupScheduleImg returns the path to the image with the week schedule based on the current school week.
GetCurrWeekTeacherSchedule return object of current week schedule.
GetCurrWeekTeacherScheduleImg return img of current week schedule.
GetDayGroupSchedule returns *types.Day received from the UlSTU site regarding how many days have passed relative to the current time.
GetDayTeacherSchedule returns *types.Day received from the full schedule regarding how many days have passed relative to the current time.
GetFullGroupSchedule returns the full group's schedule.
GetFullTeacherSchedule returns the full teacher's schedule.
GetGroups returns all available group names from UlSTU site.
GetImgByWeekSchedule return path on img of schedule.
GetNextWeekGroupSchedule returns *types.Week received from the UlSTU site based on the next school week.
GetNextWeekGroupScheduleImg returns the path to the image with the week schedule based on the next school week.
GetNextWeekTeacherSchedule return object of next week schedule.
GetNextWeekTeacherScheduleImg return img of next week schedule.
No description provided by the author
GetTextDayGroupSchedule returns a text representation of the day schedule.
GetTextDayTeacherSchedule returns a text representation of the day schedule.
GetWeekGroupSchedule returns *types.Week received from the UlSTU site based on the selected school week.
GetWeekGroupScheduleImg returns the path to the image with the week schedule based on the selected school week.
GetWeekTeacherSchedule return object of week schedule.
GetWeekTeacherScheduleImg return path on img of schedule.
IsFullScheduleEmpty returns true if the full schedule is empty, otherwise - false.
IsWeekScheduleEmpty returns true if the week schedule is empty, otherwise - false.
ParseCurrWeekGroupScheduleImg returns the path to the image with the week schedule based on the current school week.
ParseCurrWeekSchedule returns *types.Week received from *types.Schedule based on the current school week.
ParseCurrWeekTeacherScheduleImg returns the path to the image with the week schedule based on the current school week.
ParseDaySchedule returns *types.Day received from types.Schedule regarding how many days have passed relative to the current time.
ParseNextWeekGroupScheduleImg returns the path to the image with the week schedule based on the next school week.
ParseNextWeekSchedule returns *types.Week received from *types.Schedule based on the next school week.
ParseNextWeekTeacherScheduleImg returns the path to the image with the week schedule based on the next school week.