exams

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2025 License: MIT Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ParseItalianDate added in v0.3.1

func ParseItalianDate(input string) (time.Time, error)

ParseItalianDate parses a date string in the format "mese anno ore hh:mm" (e.g., "febbraio 2025 ore 09:30") and returns a time.Time object.

Types

type Exam

type Exam struct {
	SubjectCode   string
	SubjectName   string
	Teacher       string
	Date          time.Time
	Type          string
	Location      string
	Subscriptions string
}

func GetExams

func GetExams(courseType, courseId string) ([]Exam, error)

func GetExamsForSubject

func GetExamsForSubject(courseType, courseId, subjectName string) ([]Exam, error)

Jump to

Keyboard shortcuts

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