Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
const ( SchoolYear = 2025 Semester = 1 SemesterStartTimestamp = int64(1757865600) // 2025-9-15 00:00:00 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TimeData ¶
type TimeData struct {
	SchoolYear             int   `json:"schoolYear"`
	Semester               int   `json:"semester"`
	SemesterStartTimestamp int64 `json:"semester_start_timestamp"`
	WeekNow                int   `json:"weekNow"`
	WeekDayNow             int   `json:"weekDayNow"`
	Timestamp              int64 `json:"timeStamp"`
	Section                int   `json:"section"`
}
    func GetTimeData ¶
func GetTimeData() *TimeData
 Click to show internal directories. 
   Click to hide internal directories.