schoolConst

package
v0.0.0-...-0e530db Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 23, 2025 License: MIT Imports: 2 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL