Documentation
¶
Overview ¶
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Semester ¶
type Semester struct { Name string `json:"name"` Years []string `json:"years"` Type SemesterType `json:"type"` Courses []Course `json:"courses"` }
type SemesterType ¶
type SemesterType string
const ( SummerSemester SemesterType = "SoSe" WinterSemester SemesterType = "WiSe" )
Click to show internal directories.
Click to hide internal directories.