Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClassGrades ¶
type ClassGrades struct {
Name string `json:"name"`
GlobalMean string `json:"globalMean"`
HasExam bool `json:"hasExam"`
GradeGroups []*GradeGroup `json:"gradeGroups"`
}
type GradeGroup ¶
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
func FromString ¶
func (*Parser) Grades ¶
func (s *Parser) Grades() ([]*ClassGrades, error)
Click to show internal directories.
Click to hide internal directories.