Documentation
¶
Index ¶
Constants ¶
View Source
const ( API_ENDPOINT = "https://intra.epitech.eu" SCHEDULE_ENDPOINT = API_ENDPOINT + "/planning/load?format=json" DASHBOARD_ENDPOINT = API_ENDPOINT + "/?format=json" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct {
Scolaryear string
Codemodule string
Codeinstance string
Codeacti string
Codeevent string
Semester int
InstanceLocation string `json:"instance_location"`
Titlemodule string `json:"titlemodule"`
ActiTitle string `json:"acti_title"`
Start string
End string
TotalStudentsRegistered int `json:"total_students_registered"`
TypeTitle string `json:"type_title"`
NbHours string `json:"nb_hours"`
RegisterStudent bool `json:"register_student"`
}
Click to show internal directories.
Click to hide internal directories.