timetable

package
v0.0.0-...-da644f5 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2019 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetStudentGrade

func GetStudentGrade(StudentID string) (string, error)

GetStudentGrade returns the grade a student with a certain student ID is int

func RetrievalHandler

func RetrievalHandler(w http.ResponseWriter, r *http.Request, _ httprouter.Params)

RetrievalHandler handles the exporting of a student's timetable

Types

type Class

type Class struct {
	Teacher   string
	ClassRoom string
	Subject   string
	Period    string
}

Datastructure for holding a class

type TimeTable

type TimeTable []Class

Jump to

Keyboard shortcuts

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