model

package
v1.7.5 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Course

type Course struct {
	UID             string
	Title           map[string]string // language code → title, e.g. "de" → "Grundlagen der Informatik"
	SemesterKey     string
	CourseTypeKey   string
	OrganisationUID string
	SemesterHours   float64
}

Course represents a university course from CAMPUSonline.

type CourseRegistration

type CourseRegistration struct {
	UID             string
	CourseUID       string
	CourseGroupUID  string
	PersonUID       string
	GivenName       string
	Surname         string
	MatriculationNr string
	Email           string
	Username        string
	LastModifiedAt  time.Time
}

CourseRegistration represents a person's registration for a course in CAMPUSonline.

Jump to

Keyboard shortcuts

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