Documentation ¶
Index ¶
Constants ¶
View Source
const ( ClassRoom roomType = 0 ExamRoom roomType = 1 GraduationRoom roomType = 245 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Room ¶
type Room struct { CourseName string Professor string Degree string MeetingLink string Time string GraduationCode string Department string }
Click to show internal directories.
Click to hide internal directories.