types

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Assignment

type Assignment struct {
	Name  string
	Grade string
	Type  string
}

type AssignmentWeight

type AssignmentWeight = struct {
	Weight  int
	Type_id int
}

type Assignments

type Assignments = []Assignment

type ClassAndGradeMap

type ClassAndGradeMap = map[string]string

type ClassAndGradeRaw

type ClassAndGradeRaw = struct {
	ClassName string
	Grade     float64
	Weight    int
}

type ClassAndWeightGradesMap

type ClassAndWeightGradesMap = map[string]map[int][]float64

type ClassesAndGradesRaw

type ClassesAndGradesRaw = []ClassAndGradeRaw

Jump to

Keyboard shortcuts

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