Documentation ¶
Index ¶
Constants ¶
View Source
const ( TimeFormat = "02.01.2006." // DD.MM.YYYY. format DateDescription = "Datum ispita" // exam date field description EventSummary = "Predmet" // exam summary field description (typically a subject name) EventDescription = "Napomena" // exam remark field description (typically a target of the exam) )
Variables ¶
This section is empty.
Functions ¶
func GetGradesAndEvents ¶
func GetGradesAndEvents(ctx context.Context, ch chan<- msgtypes.Message, username, password string, retries uint) error
GetGradesAndEvents initiates fetching subjects, grades and exam events from remote e-dnevnik site, sends individual messages to a message channel and optionally returning an error.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.