Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetScheduleGroups ¶
func SortKeyValue ¶
func SortKeyValue(entries []KeyValue)
Types ¶
type Class ¶
type Class struct { StudyTime string `json:"study_time"` Begin string `json:"study_time_begin"` End string `json:"study_time_end"` Discipline string `json:"discipline"` Type string `json:"study_type"` Cabinet string `json:"cabinet"` WeekDay string `json:"week_day"` FullDate string `json:"full_date"` Employee string `json:"employee"` Groups string `json:"study_group"` Subgroup string `json:"study_subgroup"` }
type Day ¶
func GetEmployeeSchedule ¶
type EmployeesAndChairs ¶
type EmployeesAndChairs struct { Employees []KeyValue `json:"employees"` Chairs []KeyValue `json:"chairs"` }
func GetAllEmployeesAndChairs ¶
func GetAllEmployeesAndChairs() (*EmployeesAndChairs, error)
func GetEmployeesAndChairs ¶
func GetEmployeesAndChairs(faculty string) (*EmployeesAndChairs, error)
Click to show internal directories.
Click to hide internal directories.