Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TimeResp ¶
type TimeResp struct { Error int `json:"error"` Msg string `json:"msg"` Data struct { SchoolYear string `json:"schoolYear"` Semester string `json:"semester"` SemesterStartTimestamp int `json:"semester_start_timestamp"` WeekNow int `json:"weekNow"` WeekDayNow int `json:"weekDayNow"` TimeStamp int `json:"timeStamp"` Section int `json:"section"` } `json:"data"` Cache bool `json:"cache"` }
Click to show internal directories.
Click to hide internal directories.