curriculum

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: 5 Imported by: 2

Documentation

Overview

Package curriculum contains functions to fetch curricula from the unibo website

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetCurriculaUrl

func GetCurriculaUrl(courseType, courseId string, year int) string

Types

type Curricula

type Curricula []Curriculum

func FetchCurricula

func FetchCurricula(courseType, courseId string, year int) (curricula Curricula, err error)

type Curriculum

type Curriculum struct {
	Selected bool   `json:"selected"`
	Value    string `json:"value"`
	Label    string `json:"label"`
}

Jump to

Keyboard shortcuts

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