Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( UrlViperKey = viperKey("url", "url") GradesHistoryFileViperKey = viperKey("history.grades.file", "history") UsernameViperKey = viperKey("login.username", "username") PasswordViperKey = viperKey("login.password", "password") ScraperApiUrlViperKey = viperKey("scraper.api.url", "api-url") ScraperApiKeyViperKey = viperKey("scraper.api.key", "api-key") TokenValueViperKey = viperKey("login.token.value", "") TokenStudentIdViperKey = viperKey("login.token.studentId", "") TokenDateValueViperKey = viperKey("login.token.generatedAt", "") )
Functions ¶
Types ¶
type AbsencesCmdOpts ¶ added in v0.4.0
type AbsencesCmdOpts struct {
// contains filtered or unexported fields
}
type AbsencesPeriod ¶ added in v0.4.0
type AbsencesPeriod string
const ( ALL AbsencesPeriod = "all" ETE AbsencesPeriod = "ete" SEMESTRE_1 AbsencesPeriod = "1" SEMESTRE_2 AbsencesPeriod = "2" )
type GradesCmdOpts ¶
type GradesCmdOpts struct {
// contains filtered or unexported fields
}
func (*GradesCmdOpts) PrintGradesTable ¶
func (g *GradesCmdOpts) PrintGradesTable(classGrades []*parser.ClassGrades)
type LoginCmdOpts ¶
type LoginCmdOpts struct {
// contains filtered or unexported fields
}
type ReportCardCmdOpts ¶ added in v0.2.0
type ReportCardCmdOpts struct {
// contains filtered or unexported fields
}
func (*ReportCardCmdOpts) PrintReportCardTable ¶ added in v0.2.0
func (g *ReportCardCmdOpts) PrintReportCardTable(moduleReports []*parser.ModuleReport)
type ScraperCommand ¶ added in v0.3.0
type ScraperCommand struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.